Skip to content

Commit 03a564d

Browse files
committed
Fix ts
1 parent 50dd4e3 commit 03a564d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow_tests/platformDeploy.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('test workflow platformDeploy', () => {
126126
assertions.assertDesktopJobExecuted(result, true, false);
127127
assertions.assertIOSJobExecuted(result, true, false, true);
128128
assertions.assertWebJobExecuted(result, true, false);
129-
assertions.assertHybridAppJobExecuted(result, true, false);
129+
assertions.assertHybridAppJobExecuted(result, true);
130130
assertions.assertPostSlackOnFailureJobExecuted(result, false);
131131
assertions.assertPostSlackOnSuccessJobExecuted(result, true, false);
132132
assertions.assertPostGithubCommentJobExecuted(result, true, false);
@@ -212,7 +212,7 @@ describe('test workflow platformDeploy', () => {
212212
assertions.assertDesktopJobExecuted(result, true, false);
213213
assertions.assertIOSJobExecuted(result, true, false, true);
214214
assertions.assertWebJobExecuted(result, true, false);
215-
assertions.assertHybridAppJobExecuted(result, true, false);
215+
assertions.assertHybridAppJobExecuted(result, true);
216216
assertions.assertPostSlackOnFailureJobExecuted(result, false);
217217
assertions.assertPostSlackOnSuccessJobExecuted(result, true, false);
218218
assertions.assertPostGithubCommentJobExecuted(result, true, false);

0 commit comments

Comments
 (0)