fix: flakiness in org.json.junit.JSONObjectTest#valueToString

This commit is contained in:
simonh5
2023-09-19 14:28:06 -05:00
parent 01727fd0ed
commit ca88454f1c
3 changed files with 13 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
}
subprojects {