Updated indexes apis in favor of cache

This commit is contained in:
porosnicuadrian
2021-05-11 09:08:46 +03:00
committed by Dan Christian Bogos
parent 7e7a1ded59
commit 91eda67c4a
5 changed files with 177 additions and 29 deletions

View File

@@ -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())
}