aboutsummaryrefslogtreecommitdiff
path: root/gen_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gen_test.go')
-rw-r--r--gen_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/gen_test.go b/gen_test.go
index 3b8df7a..8f8bbba 100644
--- a/gen_test.go
+++ b/gen_test.go
@@ -3,8 +3,7 @@ package main
import "testing"
func TestNewKey(t *testing.T) {
- xorkey := make([]byte, 64)
- pub, sec, err := NewKey(42, xorkey)
+ pub, sec, err := NewKey()
if err != nil {
t.Error(err)
}