Skip to content

Commit 78e5e2c

Browse files
author
Rik Huijzer
authored
Update rulesets.jl
1 parent 0d63472 commit 78e5e2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/rulesets.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,5 @@ end
144144

145145
r = @acrule ~x => ~x where f(~x)
146146
@eqtest r(a) == a
147-
@test isnothing(r(b))
148-
149-
# It would probably be good to add a test with a more complex rule here.
147+
@test r(b) === nothing
150148
end

0 commit comments

Comments
 (0)