Fixing null csv bug #1404

This commit is contained in:
Mike Farah
2022-10-30 22:02:08 +11:00
parent 0cc5e75432
commit c887042a1b
5 changed files with 90 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type expressionScenario struct {
}
func TestMain(m *testing.M) {
logging.SetLevel(logging.DEBUG, "")
logging.SetLevel(logging.ERROR, "")
Now = func() time.Time {
return time.Date(2021, time.May, 19, 1, 2, 3, 4, time.UTC)
}