Skip to content

Commit

Permalink
Expect asserts in test
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 25, 2024
1 parent 35a1874 commit da5686d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ public function testRequestsWithNulls(): void

public function testRequiredFields(): void
{
$this->expectNotToPerformAssertions();

$req = [
'ip_address' => '1.1.1.1',
'tag' => 'not_fraud',
Expand Down

0 comments on commit da5686d

Please sign in to comment.