summaryrefslogtreecommitdiff
path: root/ui/tests
diff options
context:
space:
mode:
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]")