From 86f4550b0845417e984b62c27ec7a1280d4f3d3e Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Sun, 14 Jul 2024 13:17:04 +0200 Subject: [PATCH] Finish --- app/repository/smartfilter/smartfilter_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/repository/smartfilter/smartfilter_test.go b/app/repository/smartfilter/smartfilter_test.go index 554e4a2..0a54e7d 100644 --- a/app/repository/smartfilter/smartfilter_test.go +++ b/app/repository/smartfilter/smartfilter_test.go @@ -226,10 +226,4 @@ func TestSmartfilterApplyQuery(t *testing.T) { queryApplier := getQueryApplierInterface(f) assert.NotNil(t, queryApplier) }) - - // t.Run("Get query applier interface - call interface function", func(t *testing.T) { - // f := filterWithQueryApplier{} - // queryApplier := getQueryApplierInterface(f) - // assert.NotNil(t, queryApplier) - // }) }