Update ipfscluster_test.go

Co-Authored-By: Kishan Sagathiya <kishansagathiya@gmail.com>
This commit is contained in:
Hector Sanjuan 2019-08-07 10:13:07 +02:00 committed by GitHub
parent 1dfb396402
commit 47d6a7a204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1975,7 +1975,7 @@ func TestClustersFollowerMode(t *testing.T) {
t.Error("status should work")
}
if len(gpi.PeerMap) != 1 {
t.Fatal("globalPinInfo[0] should only have one peer")
t.Fatal("globalPinInfo should only have one peer")
}
})
}