|
testing.expectf(t, key in my_map2, "Expected key %v to be present in unmarshaled map", key)
|
|
testing.expectf(t, key in my_map2, "Expected key %v to be present in unmarshaled map", key)
|
|
testing.expectf(t, runtime.string_eq(item, my_map2[key]), "Expected value %s to be present in unmarshaled map", key)
|
|
testing.expectf(t, runtime.string_eq(item, my_map2[key]), "Expected value %s to be present in unmarshaled map", key)
|