From 502e104e6aa5f964d33eeffc57400a83605601b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Mon, 21 Jun 2021 21:35:39 +0100 Subject: [PATCH] typo. --- itests/deals_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/deals_test.go b/itests/deals_test.go index ab7f05d3e..d4da44c43 100644 --- a/itests/deals_test.go +++ b/itests/deals_test.go @@ -50,7 +50,7 @@ func TestDealCyclesConcurrent(t *testing.T) { }) } - // TOOD: add 2, 4, 8, more when this graphsync issue is fixed: https://github.com/ipfs/go-graphsync/issues/175# + // TODO: add 2, 4, 8, more when this graphsync issue is fixed: https://github.com/ipfs/go-graphsync/issues/175# cycles := []int{1} for _, n := range cycles { n := n