Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jan 9, 2025
1 parent 9db4d1b commit 2a55731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/database/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ test("createTriggers() duplicate", async (context) => {
},
});

await database.prepareNamespace({ buildId: "abc" });
await database.migrate({ buildId: "abc" });
await database.createTriggers();
await database.createTriggers();

Expand Down

0 comments on commit 2a55731

Please sign in to comment.