Skip to content

Commit a17f520

Browse files
fix typo
1 parent 6f2031b commit a17f520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/compare.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ end
142142
@test p0 >= n0
143143
@test n0 >= p0
144144
@test !(p0 > n0)
145-
@test !(no > p0)
145+
@test !(n0 > p0)
146146
end

0 commit comments

Comments
 (0)