mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
coreapi: fix failing dag test
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> This commit was moved from ipfs/interface-go-ipfs-core@268b4fdbf1 This commit was moved from ipfs/boxo@ea6b30e219
This commit is contained in:
parent
97c433323b
commit
46dbdf4d64
@ -128,7 +128,7 @@ func (tp *provider) TestDagPath(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
if nd.Cid().String() != snd.Cid().String() {
|
||||
if ndd.Cid().String() != snd.Cid().String() {
|
||||
t.Errorf("got unexpected cid %s, expected %s", ndd.Cid().String(), snd.Cid().String())
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user