Skip to content

Commit

Permalink
test: fix swift build app test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Nov 21, 2023
1 parent daf59d8 commit 8383213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('build app - Swift', () => {
const config = DEFAULT_IOS_CONFIG;

beforeAll(async () => {
await initProjectWithProfile(projectRoot, { ...config, appType: 0 });
await initProjectWithProfile(projectRoot, { ...config, appType: 4 });
await addApiWithDefaultSchemaAndConflictDetection(projectRoot);
apiName = readdirSync(path.join(projectRoot, 'amplify', 'backend', 'api'))[0];
apiGqlCompile(projectRoot);
Expand Down

0 comments on commit 8383213

Please sign in to comment.