From da5686d3b534742b65deb1f483758946c63c1b43 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 25 Jun 2024 13:02:27 -0700 Subject: [PATCH] Expect asserts in test --- .../Test/MinFraud/ReportTransaction/ReportTransactionTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/MaxMind/Test/MinFraud/ReportTransaction/ReportTransactionTest.php b/tests/MaxMind/Test/MinFraud/ReportTransaction/ReportTransactionTest.php index 6a93247..4f65d42 100644 --- a/tests/MaxMind/Test/MinFraud/ReportTransaction/ReportTransactionTest.php +++ b/tests/MaxMind/Test/MinFraud/ReportTransaction/ReportTransactionTest.php @@ -64,8 +64,6 @@ public function testRequestsWithNulls(): void public function testRequiredFields(): void { - $this->expectNotToPerformAssertions(); - $req = [ 'ip_address' => '1.1.1.1', 'tag' => 'not_fraud',