From d3f1e65d8535c88de64f0e388ce4c909f443ea35 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 08:22:48 +0200 Subject: ui: fix namespace --- ui/tests/widgets/participant_row.cpp | 2 +- ui/tests/windows/participant_editor.cpp | 2 +- ui/tests/windows/tracker.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/tests') 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 -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 -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 -namespace turns::app::windows::tests +namespace turns::ui::windows::tests { TEST_CASE("A freshly constructed tracker window", "[windows]") -- cgit v1.2.3