Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 21, 2023
1 parent 7192433 commit d608010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('StoryIndexStore', () => {
const store = new StoryIndexStore(storyIndex);

expect(() => store.storyIdToEntry('random')).toThrow(
/Couldn't find story matching 'random'/
/Couldn't find story matching id 'random'/
);
});
});
Expand Down

0 comments on commit d608010

Please sign in to comment.