Skip to content

Commit

Permalink
Merge pull request #1279 from non-Jedi/deterministic_date_bar
Browse files Browse the repository at this point in the history
Make testscript date_bar.jl deterministic wrt date run
  • Loading branch information
bjarthur authored Apr 21, 2019
2 parents 9df68de + 2a42c08 commit 4d50fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testscripts/date_bar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Gadfly, Dates
set_default_plot_size(6inch, 3inch)

dates = Array{Date}(undef, 40)
dates[1] = today()
dates[1] = Date(2019,4,19)
for i=2:length(dates)
dates[i] = today()+Day(i)
end
Expand Down

0 comments on commit 4d50fb4

Please sign in to comment.