Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 371552d

Browse files
committed
test: fix typo in pull test description
1 parent ac01e9f commit 371552d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/test/db/pull.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ enum Role {
100100
expect(getSchema(workDir)).toEqual(originalSchema);
101101
});
102102

103-
it('simple schema - pull shouldn recreate the schema.zmodel', async () => {
103+
it('simple schema - pull should recreate the schema.zmodel', async () => {
104104
const workDir = createProject(
105105
`model Post {
106106
id Int @id @default(autoincrement())

0 commit comments

Comments
 (0)