Skip to content

Commit

Permalink
fix: invalid assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
laylatichy committed Nov 25, 2024
1 parent 4116eb4 commit 6e52196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
->toHaveProperty('afterAll')
->and($_SERVER['globalHook']->afterAll)
->toBe(0)
->and($_SERVER['beforeAll'])
->and($_SERVER['globalHook']->beforeAll)
->toBe(1);

$_SERVER['globalHook']->afterAll = 1;
Expand Down

0 comments on commit 6e52196

Please sign in to comment.