diff options
Diffstat (limited to 'test/unit/test_datum.cpp')
| -rw-r--r-- | test/unit/test_datum.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/unit/test_datum.cpp b/test/unit/test_datum.cpp index 121b7c88..cf2e2f3a 100644 --- a/test/unit/test_datum.cpp +++ b/test/unit/test_datum.cpp @@ -217,11 +217,7 @@ TEST(datum, prime_meridian_to_JSON) { " \"unit\": {\n" " \"type\": \"AngularUnit\",\n" " \"name\": \"degree\",\n" - " \"conversion_factor\": 0.0174532925199433,\n" - " \"id\": {\n" - " \"authority\": \"EPSG\",\n" - " \"code\": 9122\n" - " }\n" + " \"conversion_factor\": 0.0174532925199433\n" " }\n" " },\n" " \"id\": {\n" |
