Skip to content

Commit

Permalink
test : fix misleading test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ChobobDev committed Jul 22, 2023
1 parent 2032406 commit a37e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_case!(array, async move {
CREATE TABLE Test (
id INTEGER DEFAULT 1,
surname TEXT NULL,
name ARRAY NOT NULL,
name LIST NOT NULL,
);"
);

Expand Down

0 comments on commit a37e3f7

Please sign in to comment.