Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit d53f7e2

Browse files
committed
Fixed test.
1 parent 3028bbd commit d53f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DatabaseProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function auth_attempts_fallback_using_config_option()
133133
];
134134

135135
Resolver::shouldReceive('byCredentials')->times(3)->andReturn(null)
136-
->shouldReceive('byModel')->once()->andReturn(null);
136+
->shouldReceive('byModel')->times(2)->andReturn(null);
137137

138138
$this->assertTrue(Auth::attempt($credentials));
139139

0 commit comments

Comments
 (0)