From 89bb20388f537f21e4e8875c0db18ceea40237c0 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 10 Oct 2014 17:52:09 +0400 Subject: [PATCH] Fix unit tests. #122 --- deb/publish_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deb/publish_test.go b/deb/publish_test.go index 60e3a226..1aee5aab 100644 --- a/deb/publish_test.go +++ b/deb/publish_test.go @@ -36,6 +36,9 @@ func (n *NullSigner) Init() error { func (n *NullSigner) SetKey(keyRef string) { } +func (n *NullSigner) SetBatch(batch bool) { +} + func (n *NullSigner) SetKeyRing(keyring, secretKeyring string) { }