aboutsummaryrefslogtreecommitdiff
path: root/connection_handler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'connection_handler_test.go')
-rw-r--r--connection_handler_test.go4
1 files changed, 4 insertions, 0 deletions
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
}