Skip to content

Commit a26f8fa

Browse files
committed
Better tests for copy(_, ::DataFrame)
1 parent 6064986 commit a26f8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_copy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515

1616
@testset "$copy" for copy in [copy, tcopy, dcopy]
1717
@testset "$copy(_, ::$(prettytypeof(src)))" for src in Any[
18-
DataFrame(a=[1], b=[2]),
18+
DataFrame(a=[1:4;], b=[5:8;]),
1919
StructVector(a=[1:4;], b=[5:8;]),
2020
Table(a=[1:4;], b=[5:8;]),
2121
]

0 commit comments

Comments
 (0)