aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_datum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_datum.cpp')
-rw-r--r--test/unit/test_datum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_datum.cpp b/test/unit/test_datum.cpp
index c6ccf5cf..23c14f67 100644
--- a/test/unit/test_datum.cpp
+++ b/test/unit/test_datum.cpp
@@ -370,7 +370,7 @@ TEST(datum, datum_ensemble) {
PropertyMap().set(IdentifiedObject::NAME_KEY, "test"),
std::vector<DatumNNPtr>{GeodeticReferenceFrame::EPSG_6326, otherDatum},
PositionalAccuracy::create("100"));
- EXPECT_EQ(ensemble->datums().size(), 2);
+ EXPECT_EQ(ensemble->datums().size(), 2U);
EXPECT_EQ(ensemble->positionalAccuracy()->value(), "100");
EXPECT_THROW(ensemble->exportToWKT(WKTFormatter::create().get()),
FormattingException);