refactor(shell): readability improvements (#3704)

Signed-off-by: Ryan Russell <git@ryanrussell.org>

Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
Ryan Russell
2022-09-16 04:43:49 -05:00
committed by GitHub
parent 277976bd76
commit 824f7ad9e1
5 changed files with 5 additions and 5 deletions

View File

@@ -285,7 +285,7 @@ func TestCircuitBreakerShell(t *testing.T) {
t.Error(err)
}
if !reflect.DeepEqual(actual, expect) {
t.Fatal("result of s3 circuit breaker shell command is unexpect!")
t.Fatal("result of s3 circuit breaker shell command is unexpected!")
}
}
}