Skip to content

Commit 74749a6

Browse files
committed
simple change
1 parent 6437f1a commit 74749a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/runtests-utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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
1213
end
1314

1415

0 commit comments

Comments
 (0)