Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-yi committed Jan 17, 2020
1 parent 40c99c3 commit b0bdf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Commands/FswatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function test_parse_events()
{
$events = $this->makeFswatch()->parseEvents('/watched/dir 2');

$this->assertEquals([['path' => '/watched/dir', 'events' => 2]], $events);
$this->assertEquals([['/watched/dir', 2]], $events);
}


Expand Down

0 comments on commit b0bdf53

Please sign in to comment.