Skip to content

Commit 42da05e

Browse files
authored
Merge pull request #18638 from Deepak-Vohra/master
Update JSONObjectIntegrationTest.java to make givenJSON_whenParsed_th… method public
2 parents bb337c9 + 3882334 commit 42da05e

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)