FasterXML / jackson-jaxrs-providers

Multi-module project that contains Jackson-based "old" JAX-RS (ones under `javax.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
111 stars 78 forks source link

fix a flaky test #154

Closed arianacai1997 closed 2 years ago

arianacai1997 commented 2 years ago

aposToQuotes returns a string with the nondeterministic order of the map. Therefore, there are more possibilities of the combination of x and y.

cowtowncoder commented 2 years ago

Thanks!