Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 8, 2021
1 parent 80f0efc commit bca8a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/RayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ public function it_can_replace_the_remote_path_with_the_local_one()

ray('test');

$this->assertEquals(
'/local_tests/RayTest.php',
$this->assertStringContainsString(
'local_tests',
Arr::get($this->client->sentPayloads(), '0.payloads.0.origin.file')
);
}
Expand Down

0 comments on commit bca8a21

Please sign in to comment.