Skip to content

Commit

Permalink
Fix race condition in one of the RqNimby tests. (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano authored Nov 22, 2019
1 parent 8f8c79a commit 56fb2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rqd/tests/rqnimby_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_initialState(self, unlockedIdleMock):
self.nimby.daemon = True

self.nimby.start()
self.nimby.join()

# Initial state should be "unlocked and idle".
unlockedIdleMock.assert_called()
Expand Down

0 comments on commit 56fb2e6

Please sign in to comment.