Skip to content

Commit

Permalink
Merge pull request #14 from JuliaGeo/fix/1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Aug 13, 2023
2 parents 2d35e97 + dc89f2d commit e45eb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ end
mv("data/test.parquet", "data/test2.parquet", force=true)
ds = Parquet2.Dataset("data/test2.parquet")
df = DataFrame(ds)
close(ds)
@test df.a[1] == 1
@test df.b[end] == 10
@test df.a[1] isa UInt16
@test df.b[end] isa Int8
rm("data/test2.parquet")
end
end

0 comments on commit e45eb47

Please sign in to comment.