Skip to content

Commit

Permalink
Update tests/Unit/EndpointServiceTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Nov 12, 2024
1 parent 0c8ed65 commit 97684a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/EndpointServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ public function testURIGeneration() {
'one://two:1234/server-path/schema-path',
$ep->getSchemaUploadUri()
);
$this->assertEquals(
'one://two:1234/server-path/schema-path',
$ep->getSchemaUploadUri()
);
$this->assertEquals(
'one://two:1234/server-path/reload-path',
$ep->getReloadUri()
Expand Down

0 comments on commit 97684a7

Please sign in to comment.