diff --git a/cryptor/cryptor_test.go b/cryptor/cryptor_test.go index 41eac79..b66df9f 100644 --- a/cryptor/cryptor_test.go +++ b/cryptor/cryptor_test.go @@ -123,7 +123,7 @@ func TestDuplicates(t *testing.T) { t.Fatalf("%v", err) } - _, _, _, _, err := c.Decrypt(resp, name) + _, _, _, _, _, err := c.Decrypt(resp, name) if err == nil { t.Fatalf("That shouldn't have worked!") }