fix unit test error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jay 2020-02-12 14:56:25 +00:00
parent b619f2f11e
commit 3cb2174bbd

View File

@ -382,7 +382,7 @@ func Test_arg_name(t *testing.T) {
sname: "d",
lname: "dir",
},
want: "-d|--dir",
want: "-d | --dir",
},
}
for _, tt := range tests {