summaryrefslogtreecommitdiff
path: root/gui/tests
diff options
context:
space:
mode:
Diffstat (limited to 'gui/tests')
-rw-r--r--gui/tests/participant_row.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/tests/participant_row.cpp b/gui/tests/participant_row.cpp
index 1ab67af..1b0c4e0 100644
--- a/gui/tests/participant_row.cpp
+++ b/gui/tests/participant_row.cpp
@@ -29,7 +29,7 @@ namespace Turns::gui::tests
{
GIVEN("a participant row constructed without a participant")
{
- auto instance = ParticipantRow{nullptr};
+ auto instance = ParticipantRow{};
THEN("its title is empty")
{