Skip to content

Commit

Permalink
croeapi: fix failing dag test
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <[email protected]>
  • Loading branch information
magik6k committed Feb 8, 2019
1 parent 1ff6349 commit d48aa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/coreapi/interface/tests/dag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
}
Expand Down

0 comments on commit d48aa1d

Please sign in to comment.