We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aac2eb commit d2593e2Copy full SHA for d2593e2
tests/e2e/Adapter/Scopes/GeneralTests.php
@@ -910,7 +910,6 @@ public function testTransactionStateAfterRetriesExhausted(): void
910
$attempts++;
911
throw new \RuntimeException('Persistent failure');
912
});
913
- $this->fail('Expected RuntimeException was not thrown');
914
} catch (\RuntimeException $e) {
915
$this->assertEquals('Persistent failure', $e->getMessage());
916
}
0 commit comments