Skip to content

Commit 4f1531d

Browse files
committed
Fix test item deletion
1 parent 40357b3 commit 4f1531d

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
@@ -29,7 +29,7 @@ testsuite = find_tests(pwd())
2929
args = parse_args(ARGS)
3030

3131
if filter_tests!(testsuite, args)
32-
delete!(testsuite, "testutils.jl")
32+
delete!(testsuite, "testutils")
3333
end
3434

3535
runtests(ApproxFunSingularities, ARGS; init_code, testsuite)

0 commit comments

Comments
 (0)