From f636945a42e8d0d0408c2a980ca0a9b9cbbc2927 Mon Sep 17 00:00:00 2001 From: VaiTon Date: Sat, 29 Apr 2023 17:28:58 +0200 Subject: Fix connection_handler_test --- connection_handler_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/connection_handler_test.go b/connection_handler_test.go index 3f959c7..942310a 100644 --- a/connection_handler_test.go +++ b/connection_handler_test.go @@ -199,6 +199,10 @@ func (rm TestRulesManager) AddRule(_ context.Context, _ Rule) (RowID, error) { return RowID{}, nil } +func (rm TestRulesManager) DeleteRule(_ context.Context, _ RowID) error { + return nil +} + func (rm TestRulesManager) GetRule(_ RowID) (Rule, bool) { return Rule{}, false } -- cgit v1.2.3-70-g09d2