Skip to content

Commit

Permalink
fix test case log
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Sep 25, 2024
1 parent 319421f commit 7c5231c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions p2p/discover/portal_protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ func TestContentLookup(t *testing.T) {
err = node3.Start()
assert.NoError(t, err)

defer func() {
node1.Stop()
node2.Stop()
node3.Stop()
}()

contentKey := []byte{0x3, 0x4}
content := []byte{0x1, 0x2}
contentId := node1.toContentId(contentKey)
Expand Down

0 comments on commit 7c5231c

Please sign in to comment.