Skip to content

Commit b12f23d

Browse files
committed
(chore) fix failed tests
1 parent 6819ee9 commit b12f23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/TestCase/Integration/Service/Action/Auth/LoginActionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function testSuccessLogin()
6969
$data = Hash::get($result, 'data');
7070
unset($data['activation_date']);
7171
unset($data['tos_date']);
72-
$this->assertEquals($expected, Hash::get($result, 'data'));
72+
$this->assertEquals($expected, $data);
7373
}
7474

7575
public function testLoginFail()

0 commit comments

Comments
 (0)