Skip to content

Commit d9d3cda

Browse files
committed
Change user to data
1 parent 92fe07a commit d9d3cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MainTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function test_auth_user()
2929
$result = $tfa->authUser($userToken);
3030

3131
$this->assertTrue(isset($result['status']));
32-
$this->assertTrue(isset($result['user']));
32+
$this->assertTrue(isset($result['data']));
3333
}
3434
}

0 commit comments

Comments
 (0)