Skip to content

Commit 3882334

Browse files
authored
Update JSONObjectIntegrationTest.java to make givenJSON_whenParsed_thenCorrectValueReturned public
1 parent ec6adc6 commit 3882334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-modules/json/src/test/java/com/baeldung/jsonjava/JSONObjectIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void givenJSONJava_whenCreatingNewJSONObject_thenCorrectNewJSONObjectCrea
2323
}
2424

2525
@Test
26-
void givenJSON_whenParsed_thenCorrectValueReturned() {
26+
public void givenJSON_whenParsed_thenCorrectValueReturned() {
2727
String jsonString = """
2828
{
2929
"type": "Feature",

0 commit comments

Comments
 (0)