Skip to content

Commit 9fb9814

Browse files
committed
oeu
1 parent f65690a commit 9fb9814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/orm-cli/src/commands/db-migrate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe("db migrate", () => {
151151
SELECT name, checksum FROM public._orm_migrations
152152
`);
153153
expect(migrationRecord.rows.length).toBe(1);
154-
expect(migrationRecord.rows[0].name).toMatch(/^\d{14}_create-users$/);
154+
expect(migrationRecord.rows[0].name).toMatch(/^\d{14}-create-users$/);
155155
});
156156

157157
test("returns no changes when schema is in sync", async () => {

0 commit comments

Comments
 (0)