diff options
Diffstat (limited to 'gui/tests/messages.cpp')
| -rw-r--r-- | gui/tests/messages.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/tests/messages.cpp b/gui/tests/messages.cpp index 6ff8936..c1d2f7e 100644 --- a/gui/tests/messages.cpp +++ b/gui/tests/messages.cpp @@ -3,7 +3,7 @@ * SPDX-License-Identifier: LGPL-2.1-only */ -#include "turns/lang/messages.hpp" +#include "messages.hpp" #include <catch2/catch_test_macros.hpp> #include <catch2/generators/catch_generators.hpp> @@ -14,7 +14,7 @@ #include <format> #include <string> -namespace turns::lang::tests +namespace Turns::messages { TEST_CASE("Translated messages") @@ -74,4 +74,4 @@ namespace turns::lang::tests } } -} // namespace turns::lang::tests
\ No newline at end of file +} // namespace Turns::messages
\ No newline at end of file |
