summaryrefslogtreecommitdiff
path: root/ui/tests
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-25 08:22:48 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-25 08:22:48 +0200
commitd3f1e65d8535c88de64f0e388ce4c909f443ea35 (patch)
tree6f0e418e8934d9832ec7ab3f34d2641aed362067 /ui/tests
parent10a8d40e12b30beec0781deb0af894f66fe3561f (diff)
downloadturns-d3f1e65d8535c88de64f0e388ce4c909f443ea35.tar.xz
turns-d3f1e65d8535c88de64f0e388ce4c909f443ea35.zip
ui: fix namespace
Diffstat (limited to 'ui/tests')
-rw-r--r--ui/tests/widgets/participant_row.cpp2
-rw-r--r--ui/tests/windows/participant_editor.cpp2
-rw-r--r--ui/tests/windows/tracker.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ui/tests/widgets/participant_row.cpp b/ui/tests/widgets/participant_row.cpp
index f2af510..d3440d0 100644
--- a/ui/tests/widgets/participant_row.cpp
+++ b/ui/tests/widgets/participant_row.cpp
@@ -5,7 +5,7 @@
#include <catch2/catch_test_macros.hpp>
-namespace turns::app::widgets::tests
+namespace turns::ui::widgets::tests
{
TEST_CASE("A freshly constructed participant row")
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]")