From 9a49b3a39ee14c07d11cf1be5021ee88c53287b3 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Sat, 30 Jan 2016 14:53:13 -0800 Subject: [PATCH] Rebasing fixups --- cryptor/cryptor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!") }