Skip to content

Commit

Permalink
Fix test on Win10
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed May 14, 2021
1 parent 3470f93 commit 584707c
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 @@ -28,7 +28,7 @@ end
@testset "Reading 1D ascii" begin
filename = "1d__raw_2_t25.60000_n00000258.out"
data = readdata(filename, dir="data", verbose=true)
@test startswith(repr(data), "filename = data/")
@test startswith(repr(data), "filename = data")
@test Batsrus.setunits(data.head, "NORMALIZED")
@test isa(data.head, NamedTuple)
@test extrema(data.x) == (-127.5, 127.5)
Expand Down

0 comments on commit 584707c

Please sign in to comment.