diff options
Diffstat (limited to 'domain/tests/participant.cpp')
| -rw-r--r-- | domain/tests/participant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domain/tests/participant.cpp b/domain/tests/participant.cpp index 7220209..b7429aa 100644 --- a/domain/tests/participant.cpp +++ b/domain/tests/participant.cpp @@ -1,13 +1,13 @@ #include "turns/domain/participant.hpp" #include <catch2/catch_test_macros.hpp> +#include <glibmm/init.h> namespace turns::domain::tests { TEST_CASE("A participant") { - auto constexpr constructed_name = "Vana Thistletop"; auto constexpr constructed_order = 17; auto instance = participant::create(constructed_name, constructed_order); |
