Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed superfulous assertions
  • Loading branch information
Sammyjo20 committed Jan 21, 2024
1 parent 92e1269 commit 3e7afda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/MockClientAssertionsTest.php
Expand Up @@ -180,9 +180,6 @@

$mockClient->assertSentCount(3, UserRequest::class);
$mockClient->assertSentCount(1, ErrorRequest::class);

$mockClient->assertSent(UserRequest::class, 3);
$mockClient->assertSent(ErrorRequest::class, 1);
});

test('assertSent with a closure works with more than one request in the history', function () {
Expand Down

0 comments on commit 3e7afda

Please sign in to comment.