mirror of
https://github.com/stleary/JSON-java.git
synced 2026-04-05 00:00:46 -04:00
3e688afc66
One test method was missing `@Test` so it was never run. One test method used another test class as the base for finding a test resource. While this works in practice with Maven, it is not strictly right.