We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4e804 commit 58847ecCopy full SHA for 58847ec
tests/integration/cqlengine/management/test_management.py
@@ -254,7 +254,7 @@ def test_table_property_update(self):
254
255
table_options = management._get_table_metadata(ModelWithTableProperties).options
256
257
- self.assertDictContainsSubset(ModelWithTableProperties.__options__, table_options)
+ self.assertTrue(set(ModelWithTableProperties.__options__) <= set(table_options))
258
259
def test_bogus_option_update(self):
260
sync_table(ModelWithTableProperties)
0 commit comments