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