From 0afcbdc28f038b38d8cd7fe3d80191dc3bf31303 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 17:03:31 +0200 Subject: ui: rename participant_row to ParticipantRow --- ui/tests/participant_row.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/tests') diff --git a/ui/tests/participant_row.cpp b/ui/tests/participant_row.cpp index 5d89c42..920858b 100644 --- a/ui/tests/participant_row.cpp +++ b/ui/tests/participant_row.cpp @@ -18,12 +18,12 @@ namespace turns::ui::tests { SECTION("can be created without a participant") { - REQUIRE(std::make_shared(Glib::RefPtr{})); + REQUIRE(std::make_shared(Glib::RefPtr{})); } SECTION("can be created with a participant") { - REQUIRE(std::make_shared(core::participant::create("Tazmyla Fireforge", 13, core::disposition::secret))); + REQUIRE(std::make_shared(core::participant::create("Tazmyla Fireforge", 13, core::disposition::secret))); } } -- cgit v1.2.3