aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_factory.cpp')
-rw-r--r--test/unit/test_factory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp
index af1374bd..7784d8a2 100644
--- a/test/unit/test_factory.cpp
+++ b/test/unit/test_factory.cpp
@@ -1327,8 +1327,7 @@ TEST(factory, AuthorityFactory_getDescriptionText) {
// Several objects have 4326 code, including an area of use, but return
// the CRS one.
- EXPECT_EQ(factory->getDescriptionText("4326"),
- "WGS 84");
+ EXPECT_EQ(factory->getDescriptionText("4326"), "WGS 84");
}
// ---------------------------------------------------------------------------