We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9268e commit 6595706Copy full SHA for 6595706
test/data_utils.jl
@@ -38,7 +38,7 @@ end
38
x = categorical(['a','b','a'])
39
@test int(x[1]) == 0x01
40
@test int(x[2]) == 0x02
41
- @test_broken int(x[2]) isa UInt32
+ @test int(x[2]) isa UInt32
42
@test int(x[1], type=Int64) == 1
43
@test int(x[1], type=Int64) isa Int64
44
end
0 commit comments