Skip to content

Commit 76e0706

Browse files
committed
fix expectation
1 parent d180cc0 commit 76e0706

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Dompurify/DompurifyServiceTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,5 @@
7070
));
7171

7272
expect(fn () => $service->start())->toThrow(ProcessFailedException::class);
73-
expect($service->serviceProcess->getTermSignal())->toBe(127);
74-
// TODO: fix https://github.com/medilies/xssless/actions/runs/10283025153/job/28455979969
75-
// TODO: wait for signal
73+
expect($service->serviceProcess->getExitCode())->toBe(127);
7674
});

0 commit comments

Comments
 (0)