Skip to content

Commit cf3a1f5

Browse files
committed
Fix type error
1 parent b9683e0 commit cf3a1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/cli/models/app/app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Learn more: https://shopify.dev/docs/apps/build/authentication-authorization/app
334334
...CORRECT_LEGACY_APP_SCHEMA,
335335
scopes: 'read_orders',
336336
}
337-
const app = testApp({configuration, schemaType: 'legacy'})
337+
const app = testApp(configuration, 'legacy')
338338

339339
// When/Then
340340
await expect(app.preDeployValidation()).resolves.not.toThrow()

0 commit comments

Comments
 (0)