Skip to content

Commit

Permalink
event attribute is not available on current master
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed May 19, 2020
1 parent bc8421d commit 990c675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/LogsActivityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ public function it_will_log_the_retrieval_of_the_model()
$this->assertInstanceOf(get_class($article), $activity->subject);
$this->assertTrue($article->is($activity->subject));
$this->assertEquals('retrieved', $activity->description);
$this->assertEquals('retrieved', $activity->event);
}

public function loginWithFakeUser()
Expand Down

0 comments on commit 990c675

Please sign in to comment.