Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Aug 15, 2024
1 parent 598c215 commit 9a6082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/Database.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test('Find record by id', function () {
test('Find all records', function () {
$row = database()->read()->recordAll();

Assert::same(array(), $row);
Assert::type('array', $row);
});


Expand Down

0 comments on commit 9a6082f

Please sign in to comment.