Skip to content

Commit

Permalink
Fixed typo in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Jun 13, 2022
1 parent c401614 commit dc812d2
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 @@ -62,7 +62,7 @@ end
@test df.a[1] == 1
@test df.b[end] == 10
@test df.a[1] isa UInt16
@test df.a[1] isa Int8
@test df.b[end] isa Int8
rm("data/test2.parquet")
end
end

2 comments on commit dc812d2

@evetion
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.1.0 already exists and points to a different commit"

Please sign in to comment.