Skip to content

Commit a5e8649

Browse files
committed
simple change
1 parent 15cc00f commit a5e8649

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/runtests-utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ end
99
@testset "Test utils.jl - function `int2enum()`" begin
1010
@enum Fruit apple=10 orange=20 kiwi=30
1111
@test int2enum(Fruit, 20) == orange
12-
@test int2enum(Fruit, 30) == kiwi
1312
end
1413

1514

0 commit comments

Comments
 (0)