mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 08:12:27 -05:00
more tests
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user