We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc116fd commit 1dd9345Copy full SHA for 1dd9345
1 file changed
test/ruleset_loading.jl
@@ -72,7 +72,7 @@
72
73
@testset "_is_fallback" begin
74
_is_fallback = ChainRulesOverloadGeneration._is_fallback
75
- @test _is_fallback(rrule, only(methods(rrule, (Nothing,))))
76
- @test _is_fallback(frule, only(methods(frule, (Nothing,))))
+ @test _is_fallback(rrule, first(methods(rrule, (Nothing,))))
+ @test _is_fallback(frule, first(methods(frule, (Nothing,))))
77
end
78
0 commit comments