summaryrefslogtreecommitdiff
path: root/ui/tests/windows
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tests/windows')
-rw-r--r--ui/tests/windows/participant_editor.cpp2
-rw-r--r--ui/tests/windows/tracker.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/tests/windows/participant_editor.cpp b/ui/tests/windows/participant_editor.cpp
index 99a4ded..cd0a61c 100644
--- a/ui/tests/windows/participant_editor.cpp
+++ b/ui/tests/windows/participant_editor.cpp
@@ -16,7 +16,7 @@
#include <adwaita.h>
-namespace turns::app::windows::tests
+namespace turns::ui::windows::tests
{
TEST_CASE("A freshly constructed participant editor without a participant", "[windows]")
diff --git a/ui/tests/windows/tracker.cpp b/ui/tests/windows/tracker.cpp
index 3ec5658..d61f868 100644
--- a/ui/tests/windows/tracker.cpp
+++ b/ui/tests/windows/tracker.cpp
@@ -15,7 +15,7 @@
#include <adwaita.h>
-namespace turns::app::windows::tests
+namespace turns::ui::windows::tests
{
TEST_CASE("A freshly constructed tracker window", "[windows]")