Skip to content

Commit

Permalink
Delete missing file from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 24, 2024
1 parent 0f4ec9c commit c22256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using SafeTestsets: @safetestset
filenames = filter(readdir(@__DIR__)) do f
startswith("test_")(f) && endswith(".jl")(f)
end
for dir in ["lib", "ext"]
for dir in ["lib"]
push!(filenames, joinpath(dir, "runtests.jl"))
end
@testset "Test $(@__DIR__)/$filename" for filename in filenames
Expand Down

0 comments on commit c22256c

Please sign in to comment.