Skip to content

Commit

Permalink
fixup! tests: Avoid sleep(): make sure servers really start
Browse files Browse the repository at this point in the history
Add newline that was accidentally removed
  • Loading branch information
Jussi Kukkonen committed Aug 7, 2020
1 parent bc7cfc9 commit f3f03ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_key_revocation_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@ def _load_role_keys(keystore_directory):


if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit f3f03ee

Please sign in to comment.