Skip to content

Commit 6595706

Browse files
committed
re-instate broken test no longer broken
1 parent 2d9268e commit 6595706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
x = categorical(['a','b','a'])
3939
@test int(x[1]) == 0x01
4040
@test int(x[2]) == 0x02
41-
@test_broken int(x[2]) isa UInt32
41+
@test int(x[2]) isa UInt32
4242
@test int(x[1], type=Int64) == 1
4343
@test int(x[1], type=Int64) isa Int64
4444
end

0 commit comments

Comments
 (0)