mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Remove unsued variables from test
This commit is contained in:
committed by
Dan Christian Bogos
parent
c2bb67bafa
commit
eab99c82d0
@@ -26,10 +26,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
matchEV map[string]interface{}
|
||||
dmMatch *DataManager
|
||||
stringIndexedFields *[]string
|
||||
prefixIndexedFields *[]string
|
||||
matchEV map[string]interface{}
|
||||
dmMatch *DataManager
|
||||
)
|
||||
|
||||
func TestFilterMatchingItemIDsForEvent(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user