mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
Add context to coreunix.Cat argument
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
@ -168,7 +168,7 @@ func TestIpfsStressRead(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
read, err := coreunix.Cat(nd, item)
|
||||
read, err := coreunix.Cat(nd.Context(), nd, item)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user