From 1205b11327ff3b7ef4f013d24b044f610013eee2 Mon Sep 17 00:00:00 2001 From: decfox Date: Sun, 9 Feb 2025 16:33:48 +0530 Subject: [PATCH] chore: address go report card comments --- internal/registry/factory_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/registry/factory_test.go b/internal/registry/factory_test.go index 425cc5269..c83172250 100644 --- a/internal/registry/factory_test.go +++ b/internal/registry/factory_test.go @@ -594,7 +594,7 @@ func TestNewFactory(t *testing.T) { }, "echcheck": { enabledByDefault: true, - inputPolicy: model.InputOptional, + inputPolicy: model.InputOptional, }, "example": { enabledByDefault: true,