Slice array (#1403)

This commit is contained in:
Mike Farah
2022-10-29 18:15:21 +11:00
committed by GitHub
parent 880397d549
commit d99614f55a
10 changed files with 368 additions and 18 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type expressionScenario struct {
}
func TestMain(m *testing.M) {
logging.SetLevel(logging.ERROR, "")
logging.SetLevel(logging.DEBUG, "")
Now = func() time.Time {
return time.Date(2021, time.May, 19, 1, 2, 3, 4, time.UTC)
}