diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-01 15:17:53 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-01 15:17:53 +0200 |
| commit | 9e3c6314236d8c59e7bba41c3d01a1e7fbc8b092 (patch) | |
| tree | 79f2e00a785a289c5eee5cbff97d97c24f3a5c7a /ui/tests/participant_row.cpp | |
| parent | 27f8edb8b311de1fee9d9707fc461519a380d140 (diff) | |
| download | turns-9e3c6314236d8c59e7bba41c3d01a1e7fbc8b092.tar.xz turns-9e3c6314236d8c59e7bba41c3d01a1e7fbc8b092.zip | |
core: rename disposition to Disposition
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 6e5319f..c02b3f0 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))); } } |
