Skip to content

Commit

Permalink
Update packages/messaging/src/__tests__/browser/page.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Nov 13, 2024
1 parent 58b78d3 commit 81ad004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/messaging/src/__tests__/browser/page.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe.each<
);
});

it('should throw an error if the responder sends non-serializable data', async () => {
it('should throw an error if the responder responds with non-serializable data', async () => {
interface MessageSchema {
test(data: string): { getName: () => string };
}
Expand Down

0 comments on commit 81ad004

Please sign in to comment.