diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-29 12:35:16 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-29 12:35:16 +0200 |
| commit | b2a0aaef09b83c7e198048f60bde31430fd3c5b3 (patch) | |
| tree | 98bedb1a8e02d0af248bcbe1cbea0c17ce3b945f /gui/tests | |
| parent | 4e555fdbda6b9f5ea6c3dc29e16b992a0fe6e556 (diff) | |
| download | turns-b2a0aaef09b83c7e198048f60bde31430fd3c5b3.tar.xz turns-b2a0aaef09b83c7e198048f60bde31430fd3c5b3.zip | |
gui: reintroduce message tests
Diffstat (limited to 'gui/tests')
| -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 |
