We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99afc12 commit de59b63Copy full SHA for de59b63
1 file changed
tests/storage/test_thread_subscriptions.py
@@ -167,12 +167,9 @@ def test_set_and_get_thread_subscription(self) -> None:
167
self.assertTrue(subscription.automatic) # type: ignore
168
169
# Now make it a manual subscription
170
- self.assertIsInstance(
171
- self._subscribe(
172
- self.thread_root_id,
173
- automatic_event_orderings=None,
174
- ),
175
- int,
+ self._subscribe(
+ self.thread_root_id,
+ automatic_event_orderings=None,
176
)
177
178
# Assert the manual subscription overrode the automatic one
0 commit comments