Skip to content

Commit 9ee3a21

Browse files
authored
Fix remove parenthesis in runtests.jl (#210)
1 parent 897e183 commit 9ee3a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const testdir = dirname(@__FILE__)
2121
end
2222

2323
@testset verbose = true "Code formatting (JuliaFormatter.jl)" begin
24-
@test format(Graphs; verbose=false, overwrite=false, ignore=["vf2.jl"]) # TODO: remove ignore kwarg once the file is formatted correctly
24+
@test format(Graphs; verbose=false, overwrite=false, ignore="vf2.jl") # TODO: remove ignore kwarg once the file is formatted correctly
2525
end
2626

2727
@testset verbose = true "Doctests (Documenter.jl)" begin

0 commit comments

Comments
 (0)