Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yxq committed Jul 14, 2021
1 parent 5362c0a commit 2269a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/p2p/dht/protocol/p2pstore/p2pstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func makeProtocol(name string, q queue.Queue, h host.Host) *Protocol {
chunkToDelete: make(chan *types.ChunkInfoMsg, 100),
chunkToDownload: make(chan *types.ChunkInfoMsg, 1024),
wakeup: make(map[string]chan struct{}),
chunkStatusCache: make(map[string]ChunkStatus),
chunkInfoCache: make(map[string]*types.ChunkInfoMsg),
peerAddrRequestTrace: make(map[peer.ID]map[peer.ID]time.Time),
chunkRequestTrace: make(map[string]map[peer.ID]time.Time),
chunkProviderCache: make(map[string]map[peer.ID]time.Time),
Expand Down

0 comments on commit 2269a15

Please sign in to comment.