We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18624f commit 652e3d7Copy full SHA for 652e3d7
subprojects/json-lib-core/src/test/java/org/kordamp/json/TestUserSubmitted.java
@@ -743,7 +743,7 @@ public void testJSONObject_toBean_FieldBean() {
743
jsonConfig.setIgnorePublicFields(false);
744
FieldBean bean2 = (FieldBean) JSONObject.toBean(jsonObject, jsonConfig);
745
assertNotNull(bean2);
746
- assertEquals(42, bean1.getValue());
+ assertEquals(42, bean2.getValue());
747
assertEquals("stringy", bean2.string);
748
}
749
0 commit comments