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 c83c309 commit 6e60d4cCopy full SHA for 6e60d4c
pytest/test_all.py
@@ -183,5 +183,5 @@ def test_repl():
183
text=True
184
).communicate(input="", timeout=10)
185
186
- assert f"Julia: {juliapkg.state.STATE["version"]}" in output
+ assert f"Julia: {juliapkg.state.STATE['version']}" in output
187
assert "julia>" in output
0 commit comments