Skip to content

Commit b3cfbaf

Browse files
committed
simple change
1 parent a5e8649 commit b3cfbaf

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)