From e24410b78119165bfdfe79e297eaa0ed809c72f2 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Mon, 2 Dec 2024 15:13:51 +0100 Subject: [PATCH] Revert "Check CI" This reverts commit aaf00ede819c9a9c58a66c704f4a25698c5c145c. --- tests/unit/data_generator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/data_generator.hpp b/tests/unit/data_generator.hpp index cec833209..6da177b24 100644 --- a/tests/unit/data_generator.hpp +++ b/tests/unit/data_generator.hpp @@ -458,7 +458,7 @@ struct ContainerTraits> public: using container_type = typename super::container_type; - using value_type = typename super::valu_type; + using value_type = typename super::value_type; using base_type = typename super::base_type; }; #endif