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) { }