diff --git a/tests/Commands/FswatchTest.php b/tests/Commands/FswatchTest.php index d887222..95da682 100644 --- a/tests/Commands/FswatchTest.php +++ b/tests/Commands/FswatchTest.php @@ -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); }