Unignore ObjectAdapterTest's toJsonCoercesRuntimeTypeForMaps
This commit is contained in:
parent
9aaef1f6f8
commit
737f58cecb
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ public final class ObjectAdapterTest {
|
|||
assertThat(adapter.toJson(set)).isEqualTo("[\"A\"]");
|
||||
}
|
||||
|
||||
@Ignore // We don't support raw maps, like Map<Object, Object>. (Even if the keys are strings!)
|
||||
@Test public void toJsonCoercesRuntimeTypeForMaps() {
|
||||
Map<String, Boolean> map = new AbstractMap<String, Boolean>() {
|
||||
@Override public Set<Entry<String, Boolean>> entrySet() {
|
||||
|
|
Loading…
Reference in a new issue