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 6064986 commit a26f8faCopy full SHA for a26f8fa
test/test_copy.jl
@@ -15,7 +15,7 @@ end
15
16
@testset "$copy" for copy in [copy, tcopy, dcopy]
17
@testset "$copy(_, ::$(prettytypeof(src)))" for src in Any[
18
- DataFrame(a=[1], b=[2]),
+ DataFrame(a=[1:4;], b=[5:8;]),
19
StructVector(a=[1:4;], b=[5:8;]),
20
Table(a=[1:4;], b=[5:8;]),
21
]
0 commit comments