namesys: fix ed25519 test for peer ID inlining

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2019-02-07 17:45:09 -08:00
parent 2c93eeffc6
commit 1ad05a4a3d

View File

@ -108,5 +108,5 @@ func TestRSAPublisher(t *testing.T) {
}
func TestEd22519Publisher(t *testing.T) {
testNamekeyPublisher(t, ci.Ed25519, nil, true)
testNamekeyPublisher(t, ci.Ed25519, ds.ErrNotFound, false)
}