Skip to content

Commit

Permalink
Better tests for copy(_, ::DataFrame)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 26, 2019
1 parent 6064986 commit a26f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end

@testset "$copy" for copy in [copy, tcopy, dcopy]
@testset "$copy(_, ::$(prettytypeof(src)))" for src in Any[
DataFrame(a=[1], b=[2]),
DataFrame(a=[1:4;], b=[5:8;]),
StructVector(a=[1:4;], b=[5:8;]),
Table(a=[1:4;], b=[5:8;]),
]
Expand Down

0 comments on commit a26f8fa

Please sign in to comment.