Some of the tests in OptionalMatchersTest fail when running on Windows because the expected strings use a hardcoded line separator (\n). They need to use System.lineSeparator() instead. It is a quick fix, so I will submit a PR for this shortly.
Reactions are currently unavailable
Some of the tests in OptionalMatchersTest fail when running on Windows because the expected strings use a hardcoded line separator (\n). They need to use System.lineSeparator() instead. It is a quick fix, so I will submit a PR for this shortly.