mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
misspell fixes. (#2835)
This commit is contained in:
committed by
Harshavardhana
parent
73b50aea2d
commit
6a9013b97c
@@ -372,7 +372,7 @@ func TestListenBucketNotification(t *testing.T) {
|
||||
case n := <-nEventCh:
|
||||
// Check that received event
|
||||
if len(n) == 0 {
|
||||
t.Fatal("Unexpected error occured")
|
||||
t.Fatal("Unexpected error occurred")
|
||||
}
|
||||
if n[0].S3.Object.Key != objectName {
|
||||
t.Fatalf("Received wrong object name in notification, expected %s, received %s", n[0].S3.Object.Key, objectName)
|
||||
|
||||
Reference in New Issue
Block a user