Skip to content

Commit

Permalink
Rename 'testTheDatabaseStaysCleanWhenOneOfManyPortsIsClosed' to 'test…
Browse files Browse the repository at this point in the history
…ItScansAnAssetAndProperlyDealsWithClosedPorts'
  • Loading branch information
csavelief committed Sep 10, 2024
1 parent 85c7400 commit 6524df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AdversaryMeter/ScansTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public function testTheDatabaseStaysCleanWhenThePortsScanFails()
$this->assertEquals(0, Screenshot::count());
}

public function testTheDatabaseStaysCleanWhenOneOfManyPortsIsClosed()
public function testItScansAnAssetAndProperlyDealsWithClosedPorts()
{
// Mock external API calls
$this->mockStartPortsScan();
Expand Down

0 comments on commit 6524df4

Please sign in to comment.