diff --git a/command/operator_keygen_test.go b/command/operator_keygen_test.go index aef615692..22c57bff6 100644 --- a/command/operator_keygen_test.go +++ b/command/operator_keygen_test.go @@ -22,7 +22,7 @@ func TestKeygenCommand(t *testing.T) { t.Fatalf("err: %s", err) } - if len(result) != 16 { + if len(result) != 32 { t.Fatalf("bad: %#v", result) } }