Skip to content

Commit 87420c8

Browse files
author
vshepard
committed
Fix style in test_simple.py
1 parent a5cfdb6 commit 87420c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_simple.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ def test_make_simple_with_bin_dir(self):
10591059
wrong_bin_dir.slow_start()
10601060
raise RuntimeError("Error was expected.") # We should not reach this
10611061
except FileNotFoundError:
1062-
pass # Expected error
1062+
pass # Expected error
10631063

10641064

10651065
if __name__ == '__main__':

0 commit comments

Comments
 (0)