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

Commit 277a855

Browse files
committed
Fix test.
1 parent aa8a46e commit 277a855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AdldapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public function test_config_password_sync_disabled()
268268

269269
$this->getMockAuth()->shouldReceive('attempt')->once()->andReturn(true);
270270

271-
$this->assertFalse(Auth::attempt(['email' => 'jdoe@email.com', 'password' => '12345']));
271+
$this->assertTrue(Auth::attempt(['email' => 'jdoe@email.com', 'password' => '12345']));
272272

273273
$this->assertInstanceOf(EloquentUser::class, EloquentUser::first());
274274
}

0 commit comments

Comments
 (0)