Fixing typos (#70487)

This commit is contained in:
Andreas Deininger
2023-06-22 10:43:38 +02:00
committed by GitHub
parent 1441c90178
commit 95b1f3c875
25 changed files with 36 additions and 36 deletions

View File

@ -334,7 +334,7 @@ func TestEvaluatorTest(t *testing.T) {
})
})
t.Run("when evalution fails", func(t *testing.T) {
t.Run("when evaluation fails", func(t *testing.T) {
expectedError := errors.New("test-error")
evaluator.evalCallback = func(now time.Time) (eval.Results, error) {
return nil, expectedError