aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_circuitbreaker_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_s3_circuitbreaker_test.go')
-rw-r--r--weed/shell/command_s3_circuitbreaker_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_circuitbreaker_test.go b/weed/shell/command_s3_circuitbreaker_test.go
index 3d0b4ac6e..d1d92f9f8 100644
--- a/weed/shell/command_s3_circuitbreaker_test.go
+++ b/weed/shell/command_s3_circuitbreaker_test.go
@@ -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!")
}
}
}