Skip to content

Commit 74eb2c0

Browse files
test CREATE TABLE
1 parent 2dc7681 commit 74eb2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_models_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_import_project_route(client: FlaskClient, tmp_path: Path) -> None:
131131
temp_db = tmp_path / "temp_project.db"
132132
conn = sqlite3.connect(str(temp_db))
133133
conn.execute(
134-
"CREATE TABLE datas (id TEXT PRIMARY KEY, geode_object TEXT, viewer_object TEXT, native_file TEXT, "
134+
"CREATE TABLE datas (id TEXT PRIMARY KEY, geode_object TEXT, viewer_object TEXT, viewer_elements_type TEXT, native_file TEXT, "
135135
"viewable_file TEXT, light_viewable_file TEXT, input_file TEXT, additional_files TEXT)"
136136
)
137137
conn.commit()

0 commit comments

Comments
 (0)