Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jul 17, 2023
1 parent 3ee0e3d commit bcf20a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ def on_connection_resumed_callback(connection, return_code: ConnectReturnCode, s
self.assertEqual(success_data['return_code'], ConnectReturnCode.ACCEPTED)
self.assertEqual(success_data['session_present'], False)

# Reset the future for the reconnect attempt.
on_connection_success_future = Future()

on_connection_success_future_dup = Future()
Expand Down

0 comments on commit bcf20a3

Please sign in to comment.