Finish
This commit is contained in:
@ -226,10 +226,4 @@ func TestSmartfilterApplyQuery(t *testing.T) {
|
|||||||
queryApplier := getQueryApplierInterface(f)
|
queryApplier := getQueryApplierInterface(f)
|
||||||
assert.NotNil(t, queryApplier)
|
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)
|
|
||||||
// })
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user