We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2230e38 commit 111b9feCopy full SHA for 111b9fe
p2p/kademlia/dht_batch_store_test.go
@@ -28,7 +28,7 @@ func TestIterateBatchStore_NoCandidateNodes_ReturnsError(t *testing.T) {
28
if err == nil {
29
t.Fatalf("expected error, got nil")
30
}
31
- if !strings.Contains(err.Error(), "no candidate nodes") {
+ if !strings.Contains(err.Error(), "no eligible store peers") {
32
t.Fatalf("unexpected error: %v", err)
33
34
0 commit comments