Skip to content

Commit 8bcc93b

Browse files
author
Sebastian Molenda
committed
Linter
1 parent d25a034 commit 8bcc93b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/integrational/asyncio/test_message_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ async def test_05_remove_all_reactions(self):
213213

214214
async def asyncTearDown(self):
215215
if self.pubnub:
216-
await self.pubnub.stop()
216+
await self.pubnub.stop()

tests/integrational/native_sync/test_message_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,3 @@ def test_05_remove_all_reactions(self):
211211
self.assertFalse(envelope.status.is_error())
212212
self.assertIsNotNone(envelope.result)
213213
self.assertEqual(len(envelope.result.actions), 0)
214-

0 commit comments

Comments
 (0)