Skip to content

Commit fdec2b9

Browse files
committed
todo: rewrite the test, Auth::update doesn't returns an array
1 parent c6df37b commit fdec2b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/table.test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
$this->fail(json_encode($auth->errors()));
6060
}
6161

62+
// TODO: $response is a bool, not a bool|array
6263
$response = $auth->update([
6364
'username' => 'test-user55',
6465
'email' => 'test-user55@example.com',

0 commit comments

Comments
 (0)