Skip to content

Commit 6e60d4c

Browse files
committed
Fix string in fstring for 3.9
1 parent c83c309 commit 6e60d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ def test_repl():
183183
text=True
184184
).communicate(input="", timeout=10)
185185

186-
assert f"Julia: {juliapkg.state.STATE["version"]}" in output
186+
assert f"Julia: {juliapkg.state.STATE['version']}" in output
187187
assert "julia>" in output

0 commit comments

Comments
 (0)