Skip to content

Commit 0751bfe

Browse files
authored
consistent testset names
1 parent f7c1c27 commit 0751bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rule_definition_tools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ module IsolatedModuleForTestingScoping
267267
ChainRulesCore.@non_differentiable fixed(x)
268268
end
269269

270-
@testset "scalar_rule" begin
270+
@testset "@scalar_rule" begin
271271
my_id(x) = x
272272
ChainRulesCore.@scalar_rule(my_id(x), 1.0)
273273
end

0 commit comments

Comments
 (0)