Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
tehnorm authored and StyleCIBot committed Apr 27, 2023
1 parent 1681927 commit b6e77ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/PostgrestClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testCanSelectTable(): void
{
$result = $this->client->from('users')->select();
ob_flush();
$this->assertSame((string)$result->url, "https://{$this->reference_id}.supabase.co/rest/v1/users?select=%2A");
$this->assertSame((string) $result->url, "https://{$this->reference_id}.supabase.co/rest/v1/users?select=%2A");
}

public function testCanSelectColumns(): void
Expand Down

0 comments on commit b6e77ba

Please sign in to comment.