Skip to content

Commit

Permalink
Move 0 to false in planetscale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Dec 20, 2023
1 parent 011c1fd commit fef5d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration-tests/tests/relational/mysql.planetscale.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4033,7 +4033,7 @@ test('Get user with posts and posts with comments and comments with owner where
expect(response[0]).toEqual({
id: 1,
name: 'Dan',
verified: 0,
verified: false,
invitedBy: null,
posts: [{
id: 1,
Expand All @@ -4048,7 +4048,7 @@ test('Get user with posts and posts with comments and comments with owner where
author: {
id: 2,
name: 'Andrew',
verified: 0,
verified: false,
invitedBy: null,
},
postId: 1,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fef5d1e

Please sign in to comment.