Skip to content

Commit

Permalink
fixup! requestid): print requestids as string uuids in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Dec 17, 2021
1 parent 89fc820 commit f54bf67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion impl/graphsync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,6 @@ func TestGraphsyncRoundTripMultipleAlternatePersistence(t *testing.T) {
progressChan1, errChan1 := requestor.Request(ctx, td.host2.ID(), blockChain.TipLink, blockChain.Selector(), extension1)
progressChan2, errChan2 := requestor.Request(ctx, td.host2.ID(), blockChain.TipLink, blockChain.Selector(), extension2)

// todo
testutil.VerifyEmptyErrors(ctx, t, errChan1)
blockChain.VerifyWholeChain(ctx, progressChan1)
require.Len(t, altStore1, blockChainLength, "did not store all blocks in alternate store 1")
Expand Down

0 comments on commit f54bf67

Please sign in to comment.