mirror of
https://github.com/status-im/fathom.git
synced 2025-02-28 11:00:43 +00:00
Fix date format in tests for fill
func.
This commit is contained in:
parent
7be11887ad
commit
57c2905efe
@ -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,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user