Skip to content

Commit

Permalink
Fix test that assumes default pulse registry
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Jul 12, 2018
1 parent d70a29b commit 45042a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/serialization_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ def test_deserialize_storage_is_not_default_registry_id_free(self) -> None:
deserialized = pulse_storage['peter']
self.assertEqual(deserialized, serializable)

@unittest.mock.patch('qctoolkit.serialization.default_pulse_registry', dict())
def test_deserialize_storage_is_not_default_registry_id_occupied(self) -> None:
backend = DummyStorageBackend()

Expand Down

0 comments on commit 45042a5

Please sign in to comment.