Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 3, 2024
1 parent 1f8dd4a commit 39546b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Client/MessageClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testBuildApiUrl(): void
{
$client = new MessageClient();

$this->assertEquals('https://api.pushover.net/1/messages.json', $client->buildApiUrl());
$this->assertSame('https://api.pushover.net/1/messages.json', $client->buildApiUrl());
}

public function testBuildCurlPostFields(): void
Expand Down

0 comments on commit 39546b3

Please sign in to comment.