Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 25, 2024
1 parent 2d008c3 commit 6020aff
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 @@ -5,7 +5,7 @@ using SafeTestsets: @safetestset
using NDTensors: NDTensors
@testset "$(@__DIR__)" begin
filenames = filter(readdir(@__DIR__)) do f
return startswith("test_")(f) && endswith(".jl")(f)
startswith("test_")(f) && endswith(".jl")(f)
end
for dir in ["lib"]
push!(filenames, joinpath(dir, "runtests.jl"))
Expand Down

0 comments on commit 6020aff

Please sign in to comment.