Skip to content

Commit 3eaf3b1

Browse files
committed
Fixing invalid id in unittest
1 parent 8a2c3a2 commit 3eaf3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testFind()
133133
*/
134134
public function testFindOrfail()
135135
{
136-
User::findOrfail('123');
136+
User::findOrfail('51c33d8981fec6813e00000a');
137137
}
138138

139139
public function testCreate()

0 commit comments

Comments
 (0)