summaryrefslogtreecommitdiff
path: root/icespider/unittests/testFlatMap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'icespider/unittests/testFlatMap.cpp')
-rw-r--r--icespider/unittests/testFlatMap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/icespider/unittests/testFlatMap.cpp b/icespider/unittests/testFlatMap.cpp
index ed19371..f673cdd 100644
--- a/icespider/unittests/testFlatMap.cpp
+++ b/icespider/unittests/testFlatMap.cpp
@@ -7,7 +7,7 @@
#include <utility>
#include <vector>
-using TM = IceSpider::flatmap<std::string_view, int>;
+using TM = IceSpider::FlatMap<std::string_view, int>;
BOOST_TEST_DONT_PRINT_LOG_VALUE(TM::const_iterator)
@@ -68,7 +68,7 @@ BOOST_AUTO_TEST_CASE(several)
BOOST_AUTO_TEST_SUITE_END()
-using TMI = IceSpider::flatmap<int, std::string_view>;
+using TMI = IceSpider::FlatMap<int, std::string_view>;
BOOST_TEST_DONT_PRINT_LOG_VALUE(TMI::const_iterator)