diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-02 10:48:53 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-02 10:48:53 +0200 |
| commit | 917d1bc227490918854b827a856fd0613745c452 (patch) | |
| tree | a8217745bcee81a68db66dde0d445059a2922458 /ui/tests/participant_row.cpp | |
| parent | 78703adbd515c220e3cc42e624e1af62145a631f (diff) | |
| download | turns-917d1bc227490918854b827a856fd0613745c452.tar.xz turns-917d1bc227490918854b827a856fd0613745c452.zip | |
core: uppercase Disposition values
Diffstat (limited to 'ui/tests/participant_row.cpp')
| -rw-r--r-- | ui/tests/participant_row.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/participant_row.cpp b/ui/tests/participant_row.cpp index c02b3f0..20eaa5c 100644 --- a/ui/tests/participant_row.cpp +++ b/ui/tests/participant_row.cpp @@ -23,7 +23,7 @@ namespace turns::ui::tests SECTION("can be created with a participant") { - REQUIRE(std::make_shared<ParticipantRow>(core::Participant::create("Tazmyla Fireforge", 13, core::Disposition::secret))); + REQUIRE(std::make_shared<ParticipantRow>(core::Participant::create("Tazmyla Fireforge", 13, core::Disposition::Secret))); } } |
