Skip to content

Commit c93a93a

Browse files
author
Shubham
committed
Remove unnecessary sync_client.close() in test_sync_listener
1 parent e07a05e commit c93a93a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def test_sync_client_states(sync_client):
1919
assert sync_client.get_sync_state() == SyncState.STARTED
2020
sync_client.stop()
2121
assert sync_client.get_sync_state() == SyncState.STOPPED
22-
sync_client.close()
2322

2423

2524
@pytest.mark.sync

0 commit comments

Comments
 (0)