Add note
This commit is contained in:
parent
6b6e18695f
commit
bbb2cdcceb
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class LogListenerTest extends TestCase
|
|||
$asset = Asset::factory()->create();
|
||||
$checkedOutTo = User::factory()->create();
|
||||
$checkedOutBy = User::factory()->create();
|
||||
|
||||
// Simply to ensure `user_id` is set in the action log
|
||||
$this->actingAs($checkedOutBy);
|
||||
|
||||
(new LogListener())->onCheckoutableCheckedOut(new CheckoutableCheckedOut(
|
||||
|
|
Loading…
Add table
Reference in a new issue