Skip to content

Commit 79665ee

Browse files
committed
Revert "fix flake"
This reverts commit 709bbf1.
1 parent 5cf9a78 commit 79665ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/template/stories/mount-in-play.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ export const MountShouldBeDestructured = {
2020
} catch (e) {
2121
error = e;
2222
}
23-
await expect(error?.name).toContain('SB_PREVIEW_API_0012');
23+
await expect(error?.name).toContain('MountMustBeDestructuredError');
2424
},
2525
};

0 commit comments

Comments
 (0)