Skip to content

Commit 990c675

Browse files
committed
event attribute is not available on current master
1 parent bc8421d commit 990c675

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/LogsActivityTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ public function it_will_log_the_retrieval_of_the_model()
437437
$this->assertInstanceOf(get_class($article), $activity->subject);
438438
$this->assertTrue($article->is($activity->subject));
439439
$this->assertEquals('retrieved', $activity->description);
440-
$this->assertEquals('retrieved', $activity->event);
441440
}
442441

443442
public function loginWithFakeUser()

0 commit comments

Comments
 (0)