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:
Łukasz Magiera 2019-02-08 20:38:21 +01:00
parent 97c433323b
commit 46dbdf4d64

View File

@ -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())
}
}