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 51228b5 commit bf93430Copy full SHA for bf93430
test/runtests.jl
@@ -28,7 +28,7 @@ end
28
d = pwd()
29
testsuite = find_tests(d)
30
@test last(testsuite["basic"].args) == joinpath(d, "basic.jl")
31
- @test last(testsuite["subdir/subdir_test"].args) == joinpath(d, "subdir/subdir_test.jl")
+ @test last(testsuite["subdir/subdir_test"].args) == joinpath(d, joinpath("subdir", "subdir_test.jl"))
32
end
33
34
@testset "custom tests" begin
0 commit comments