mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Add note
This commit is contained in:
parent
6b6e18695f
commit
bbb2cdcceb
|
@ -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…
Reference in a new issue