Skip to content

Commit f5d060c

Browse files
Test 33 of CI
1 parent b6d0ae4 commit f5d060c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/alert-notification.spec.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test("Alert Notification End-to-End Test", { timeout: 30 * 60 * 1000 }, async (t
7676

7777
const { simulatorUdid } = await client.waitForSimulatorRegistration(testId);
7878

79-
simulator.streamLogs({ udid: simulatorUdid });
79+
simulator.streamLogs(sim);
8080

8181
const { deviceToken, apnsTopic } = await client.waitForDeviceRegistration(testId);
8282

0 commit comments

Comments
 (0)