Commit 34ac45b7 authored by Chomtana's avatar Chomtana

fix: ERRROR -> ERROR

parent c2cb7857
......@@ -129,7 +129,7 @@ func TestLifecycleCmd(t *testing.T) {
})
t.Run("failed init", func(t *testing.T) {
_, initCh, _, _, resultCh, _ := appSetup(t)
v := errors.New("TEST INIT ERRROR")
v := errors.New("TEST INIT ERROR")
initCh <- v
res := <-resultCh
require.ErrorIs(t, res, v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment