From 224059ba8e4c361e0d281db186ad1fd8a4ec8c77 Mon Sep 17 00:00:00 2001 From: Jim McDonald Date: Sun, 8 Nov 2020 20:14:51 +0000 Subject: [PATCH] Tidy-ups. --- cmd/account/create/process_internal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/account/create/process_internal_test.go b/cmd/account/create/process_internal_test.go index b139b3a..82fd820 100644 --- a/cmd/account/create/process_internal_test.go +++ b/cmd/account/create/process_internal_test.go @@ -161,7 +161,7 @@ func TestProcess(t *testing.T) { signingThreshold: 1, path: "n/12381/3600/1/2/3", }, - err: "path does not match expected format m/...", + err: "path does not match expected format m/…", }, { name: "PathPassphraseMissing",