Skip to content

Commit e696ad1

Browse files
committed
Fix test failing due to formatting
1 parent 10c43e7 commit e696ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/AuditTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ public function itResolvesAuditDataIncludingUserAttributes()
8888
'audit_tags' => null,
8989
'audit_created_at' => $audit->getSerializedDate($audit->created_at),
9090
'audit_updated_at' => $audit->getSerializedDate($audit->updated_at),
91-
'user_id' => '1',
91+
'user_id' => 1,
9292
'user_type' => User::class,
93-
'user_is_admin' => '1',
93+
'user_is_admin' => 1,
9494
'user_first_name' => 'rick',
9595
'user_last_name' => 'Sanchez',
9696
'user_email' => '[email protected]',

0 commit comments

Comments
 (0)