We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2031b commit a17f520Copy full SHA for a17f520
1 file changed
test/compare.jl
@@ -142,5 +142,5 @@ end
142
@test p0 >= n0
143
@test n0 >= p0
144
@test !(p0 > n0)
145
- @test !(no > p0)
+ @test !(n0 > p0)
146
end
0 commit comments