Skip to content

Commit

Permalink
fix: compile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jan 4, 2025
1 parent b6e8013 commit 2b03e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test("compile - one-to-one-self", async () => {
expect(result.schema.tables.user).toBeTruthy();
});

test.only("compile - one-to-one-2", async () => {
test("compile - one-to-one-2", async () => {
const result = await runZeroBuildSchema("one-to-one-2");
expect(result.schema.tables.user).toBeTruthy();

Expand Down

0 comments on commit 2b03e7a

Please sign in to comment.