ci: fix broken CI checks (#2585)

This commit is contained in:
Weston Pace
2025-08-13 10:05:57 -07:00
committed by GitHub
parent 4ff87b1f4a
commit 16beaaa656
4 changed files with 14 additions and 14 deletions

View File

@@ -290,7 +290,7 @@ def test_add_struct(mem_db: DBConnection):
}
)
data = [{"s_list": [{"b": 1, "a": 2}, {"b": 4}]}]
table = mem_db.create_table("test", schema=schema)
table = mem_db.create_table("test2", schema=schema)
table.add(data)