fix: flakiness in JSONMLTest#testToJSONObject_reversibility

This commit is contained in:
simonh5
2023-09-18 20:20:13 -05:00
parent 01727fd0ed
commit becc1631e6
3 changed files with 10 additions and 1 deletions
+1
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 {