From afa124e1cacd73592bd089d548dd71d316b7d359 Mon Sep 17 00:00:00 2001 From: Roman Zajic Date: Mon, 18 Mar 2024 20:12:36 +0800 Subject: [PATCH] fix: service slot tests (#1058) --- waku/v2/peermanager/service_slot_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waku/v2/peermanager/service_slot_test.go b/waku/v2/peermanager/service_slot_test.go index 80687bbfb..b97c231e9 100644 --- a/waku/v2/peermanager/service_slot_test.go +++ b/waku/v2/peermanager/service_slot_test.go @@ -12,7 +12,7 @@ import ( func TestServiceSlot(t *testing.T) { slots := NewServiceSlot() - protocol := libp2pProtocol.ID("test/protocol") + protocol := libp2pProtocol.ID("/vac/waku/test/2.0.0") peerID := peer.ID("peerId") @@ -55,8 +55,8 @@ func TestServiceSlot(t *testing.T) { func TestServiceSlotRemovePeerFromAll(t *testing.T) { slots := NewServiceSlot() - protocol := libp2pProtocol.ID("test/protocol") - protocol1 := libp2pProtocol.ID("test/protocol1") + protocol := libp2pProtocol.ID("/vac/waku/test/2.0.0") + protocol1 := libp2pProtocol.ID("/vac/waku/test/2.0.2") peerID := peer.ID("peerId")