@cryptotaxi247 / kubo / commits / 1ad05a4a3

namesys: fix ed25519 test for peer ID inlining

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Feb 7, 2019 at 17:45 UTC 1ad05a4a3d4cb33cb5a8ebd94b724e67e9a0ea0e
1 file changed +1 -1
namesys/publisher_test.go
+1 -1
@@ -108,5 +108,5 @@ func TestRSAPublisher(t *testing.T) {
108 }
109
110 func TestEd22519Publisher(t *testing.T) {
111 - testNamekeyPublisher(t, ci.Ed25519, nil, true)
111 + testNamekeyPublisher(t, ci.Ed25519, ds.ErrNotFound, false)
112 }