Skip to content

Commit

Permalink
Merge branch 'master' into chore-sharding-tests-update
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac authored Mar 19, 2024
2 parents 0e0ff46 + afa124e commit bbf7487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waku/v2/peermanager/service_slot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down Expand Up @@ -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")

Expand Down

0 comments on commit bbf7487

Please sign in to comment.