We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac01e9f commit 371552dCopy full SHA for 371552d
1 file changed
packages/cli/test/db/pull.test.ts
@@ -100,7 +100,7 @@ enum Role {
100
expect(getSchema(workDir)).toEqual(originalSchema);
101
});
102
103
- it('simple schema - pull shouldn recreate the schema.zmodel', async () => {
+ it('simple schema - pull should recreate the schema.zmodel', async () => {
104
const workDir = createProject(
105
`model Post {
106
id Int @id @default(autoincrement())
0 commit comments