We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cfdb6 commit 87420c8Copy full SHA for 87420c8
tests/test_simple.py
@@ -1059,7 +1059,7 @@ def test_make_simple_with_bin_dir(self):
1059
wrong_bin_dir.slow_start()
1060
raise RuntimeError("Error was expected.") # We should not reach this
1061
except FileNotFoundError:
1062
- pass # Expected error
+ pass # Expected error
1063
1064
1065
if __name__ == '__main__':
0 commit comments