Skip to content

Commit

Permalink
updates snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Aug 26, 2023
1 parent 3cd87c2 commit 88b2012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('TypeService', () => {

expect(() => {
registerView(createViewDefinition({ id: 'view-1' }));
}).toThrowErrorMatchingInlineSnapshot(`"A view with this the id view-1 already exists!"`);
}).toThrowErrorMatchingInlineSnapshot(`"A view with the id view-1 already exists!"`);
});
});

Expand Down

0 comments on commit 88b2012

Please sign in to comment.