Skip to content

Commit

Permalink
remove extra trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Dec 17, 2024
1 parent 73b49cd commit 2dceed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Endpoints/ZoneCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testCachePurgeEverythingIncludingEnvironments()
->method('get')
->willReturn($envResp)
->with(
$this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/environments'),
$this->equalTo('zones/c2547eb745079dac9320b638f5e225cf483cc5cfdda41/environments')
);

$mock->expects($this->exactly(4))
Expand Down

0 comments on commit 2dceed9

Please sign in to comment.