Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
americast committed Oct 6, 2023
1 parent a08605e commit 3ae7cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_tests/parser/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def test_create_table_statement(self):
single_queries.append(
"""CREATE TABLE IF NOT EXISTS Persons (
Frame_ID INTEGER UNIQUE,
Frame_Data TEXT(10),
Frame_Value FLOAT(1000, 201),
Frame_Data TEXT,
Frame_Value FLOAT,
Frame_Array NDARRAY UINT8(5, 100, 2432, 4324, 100)
);"""
)
Expand Down

0 comments on commit 3ae7cef

Please sign in to comment.