more tests

This commit is contained in:
Kenneth Kehl
2025-07-07 14:07:01 -07:00
parent 3086c790d8
commit af4e6e93bf

View File

@@ -18,9 +18,7 @@ def test_get_bases_with_super_history_and_table():
local_mapper=None,
)
assert bases == [
object,
]
assert bases == (object,)
assert properties["changed"] == ("changed_col", "col1", "col2")