Commit f1aba976 authored by Steven Allen's avatar Steven Allen

fix error in test case

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 1054826a
......@@ -32,7 +32,7 @@ func TestListSelf(t *testing.T) {
}
if keys[0].Path().String() != "/ipns/"+testPeerID {
t.Errorf("expected the key to have path '/ipns/Qmfoo', got '%s'", keys[0].Path().String())
t.Errorf("expected the key to have path '/ipns/%s', got '%s'", testPeerID, keys[0].Path().String())
}
}
......
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