mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
fix error in test case
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user