mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated indexes apis in favor of cache
This commit is contained in:
committed by
Dan Christian Bogos
parent
7e7a1ded59
commit
91eda67c4a
@@ -901,8 +901,6 @@ func TestOrderedNavigableMapString(t *testing.T) {
|
||||
},
|
||||
}
|
||||
onmExpect := `{"Map":{"test1":{"Value":{"Data":"data!"}}}}`
|
||||
// fmt.Println(onm.nm)
|
||||
// fmt.Println(onm.String())
|
||||
if onm.String() != onmExpect {
|
||||
t.Errorf("Expected %s but received %s", onmExpect, onm.String())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user