Use created_by
This commit is contained in:
parent
fdfea390fb
commit
5b90d79494
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class AccessoryCheckinTest extends TestCase implements TestsFullMultipleCompanie
|
||||||
->assertStatusMessageIs('success');
|
->assertStatusMessageIs('success');
|
||||||
|
|
||||||
$this->assertDatabaseHas('action_logs', [
|
$this->assertDatabaseHas('action_logs', [
|
||||||
'user_id' => $actor->id,
|
'created_by' => $actor->id,
|
||||||
'action_type' => 'checkin from',
|
'action_type' => 'checkin from',
|
||||||
'target_id' => $user->id,
|
'target_id' => $user->id,
|
||||||
'target_type' => User::class,
|
'target_type' => User::class,
|
||||||
|
|
Loading…
Add table
Reference in a new issue