Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
darkgnotic committed Feb 1, 2025
1 parent fdbd187 commit f15d8bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/zero-schema/src/builder/schema-builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,5 +567,7 @@ test('schema with conflicting table names', () => {

expect(() =>
createSchema(1, {tables: [foo, bar]}),
).toThrowErrorMatchingInlineSnapshot(`[Error: Multiple tables reference the name "bar"]`);
).toThrowErrorMatchingInlineSnapshot(
`[Error: Multiple tables reference the name "bar"]`,
);
});

0 comments on commit f15d8bb

Please sign in to comment.