Commit 3eaf3b16 authored by Jens Segers's avatar Jens Segers

Fixing invalid id in unittest

parent 8a2c3a26
...@@ -133,7 +133,7 @@ class ModelTest extends PHPUnit_Framework_TestCase { ...@@ -133,7 +133,7 @@ class ModelTest extends PHPUnit_Framework_TestCase {
*/ */
public function testFindOrfail() public function testFindOrfail()
{ {
User::findOrfail('123'); User::findOrfail('51c33d8981fec6813e00000a');
} }
public function testCreate() public function testCreate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment