Skip to content

Commit

Permalink
namesys: fix ed25519 test for peer ID inlining
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Feb 8, 2019
1 parent 2c93eef commit 1ad05a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namesys/publisher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 1ad05a4

Please sign in to comment.