Skip to content

Commit

Permalink
Use stable URL in test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 28, 2017
1 parent 5c95e38 commit 98e274e
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 @@ -39,7 +39,7 @@ finally
rm(output_filename2)
end

df = load("https://raw.githubusercontent.com/davidanthoff/CSVFiles.jl/master/test/data.csv") |> DataFrame
df = load("https://raw.githubusercontent.com/davidanthoff/CSVFiles.jl/v0.2.0/test/data.csv") |> DataFrame
@test size(df) == (3,3)
@test df[:Name] == ["John", "Sally", "Jim"]
@test df[:Age] == [34.,54.,23]
Expand Down

0 comments on commit 98e274e

Please sign in to comment.