Fix date format in tests for fill func.

This commit is contained in:
Danny van Kooten 2016-12-26 11:43:37 +02:00
parent 7be11887ad
commit 57c2905efe

View File

@ -11,11 +11,11 @@ func TestFill(t *testing.T) {
points := []Point{
Point{
Label: start.Format("2006-01-01"),
Label: start.Format("2006-01-02"),
Value: 1,
},
Point{
Label: end.Format("2006-01-01"),
Label: end.Format("2006-01-02"),
Value: 1,
},
}