Commit e2c4d375 authored by Steven Allen's avatar Steven Allen

close the node channel in GetMany in the test dag

parent 9d8c8460
......@@ -38,6 +38,7 @@ func (d *testDag) GetMany(ctx context.Context, cids []*cid.Cid) <-chan *NodeOpti
out <- &NodeOption{Err: ErrNotFound}
}
}
close(out)
return out
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment