Skip to content

Commit 0d4eec3

Browse files
committed
fix tests
1 parent 642b086 commit 0d4eec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-controllers/src/snaps/SnapController.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6597,7 +6597,7 @@ describe('SnapController', () => {
65976597
[snapId]: {},
65986598
}),
65996599
).rejects.toThrow(
6600-
`Invalid snap ID: Expected the value to satisfy a union of \`intersection | string\`, but received: "foo".`,
6600+
`Invalid snap ID: Invalid or no prefix found for "foo".`,
66016601
);
66026602

66036603
controller.destroy();

0 commit comments

Comments
 (0)