mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Fixing typos (#70487)
This commit is contained in:

committed by
GitHub

parent
1441c90178
commit
95b1f3c875
@ -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
|
||||
|
Reference in New Issue
Block a user