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 d871eedCopy full SHA for d871eed
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.assertEqual(table_options, table_options | ModelWithTableProperties.__options__)
258
259
def test_bogus_option_update(self):
260
sync_table(ModelWithTableProperties)
0 commit comments