Skip to content

Commit 7c0641c

Browse files
committed
rename testset
1 parent ee8af85 commit 7c0641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AbstractDifferentiationTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
# standard tests from AbstractDifferentiation.test_utils
3131
include(joinpath(pathof(AbstractDifferentiation), "..", "..", "test", "test_utils.jl"))
32-
@testset "ForwardDiffBackend" begin
32+
@testset "Standard AbstractDifferentiation.test_utils tests" begin
3333
backends = [
3434
@inferred(Diffractor.DiffractorForwardBackend())
3535
]

0 commit comments

Comments
 (0)