Skip to content

Commit

Permalink
tests: fix boolean check (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Dec 3, 2024
1 parent c5f9daf commit 1a6cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/v2/date.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description TEXT NULL,
pg_date pgdate NOT NULL ,
time_wtz timestamptz NOT NULL ,
time_ntz timestampntz NOT NULL ,
done boolean NOT NULL default 1
done boolean NOT NULL default true
)
PRIMARY INDEX id;
`;
Expand Down

0 comments on commit 1a6cdaa

Please sign in to comment.