Skip to content

Commit eb5ea96

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d727d1f commit eb5ea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/julia_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_julia_hook_manifest(tmp_path):
3939
'[[deps.Example]]\n'
4040
'git-tree-sha1 = "11820aa9c229fd3833d4bd69e5e75ef4e7273bf1"\n'
4141
'uuid = "7876af07-990d-54b4-ab0e-23690620f79a"\n'
42-
'version = "0.5.4"\n\n'
42+
'version = "0.5.4"\n\n',
4343
)
4444
expected = (0, b'0.5.4\n')
4545
assert run_language(tmp_path, julia, 'src/main.jl') == expected

0 commit comments

Comments
 (0)