diff options
Diffstat (limited to 'src/options_test.go')
| -rw-r--r-- | src/options_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options_test.go b/src/options_test.go index f35c7ee3..a14dece7 100644 --- a/src/options_test.go +++ b/src/options_test.go @@ -462,7 +462,7 @@ func TestValidateSign(t *testing.T) { } for _, testCase := range testCases { - err := validateSign(testCase.inputSign, "") + err := validateSign(testCase.inputSign, "", 2) if testCase.isValid && err != nil { t.Errorf("Input sign `%s` caused error", testCase.inputSign) } |
