Skip to content

Commit

Permalink
Adjust test for other line encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed May 4, 2024
1 parent 5d75c61 commit bf0b8af
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 @@ -86,7 +86,7 @@ end
open(Bag.file, "r") do io
@info "" readline(io, keep = true)
seek(io, Record)
@test position(io) == 536 #TODO: determine why the returned position on windows machines is 545.
@test position(io) == 536 || 545 #TODO: determine why the returned position on windows machines is 545.
@test readline(io) == Bag.line1
end

Expand Down

0 comments on commit bf0b8af

Please sign in to comment.