Skip to content

Commit 752cde1

Browse files
committed
get rid of dataframes dep warning in tests
1 parent 2a89953 commit 752cde1

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
@@ -63,7 +63,7 @@ end
6363
setlight()
6464
ary = rand(10, 3)
6565
@test_throws M.InterfaceError M.schema(ary)
66-
df = DataFrame(rand(10, 3))
66+
df = DataFrame(rand(10, 3), :auto)
6767
@test_throws M.InterfaceError M.schema(df)
6868
end
6969
@testset "schema-full" begin

0 commit comments

Comments
 (0)