Skip to content

Commit

Permalink
test: use consistent test descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Jul 22, 2021
1 parent b601286 commit d217503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Hooks/AfterAllTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
->toBe(0);
});

test('it only gets called once per file', function () use ($globalHook) {
it('only gets called once per file', function () use ($globalHook) {
expect($globalHook)
->not()
->toHaveProperty('afterAll')
Expand Down

0 comments on commit d217503

Please sign in to comment.