Skip to content

Commit 6020aff

Browse files
committed
Merge conflict
1 parent 2d008c3 commit 6020aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using SafeTestsets: @safetestset
55
using NDTensors: NDTensors
66
@testset "$(@__DIR__)" begin
77
filenames = filter(readdir(@__DIR__)) do f
8-
return startswith("test_")(f) && endswith(".jl")(f)
8+
startswith("test_")(f) && endswith(".jl")(f)
99
end
1010
for dir in ["lib"]
1111
push!(filenames, joinpath(dir, "runtests.jl"))

0 commit comments

Comments
 (0)