Skip to content

Commit

Permalink
Minor fix in DDSBlackboxTestsBasic.cpp (#4862)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed May 29, 2024
1 parent 12d4d86 commit 5634334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/common/DDSBlackboxTestsBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ TEST(DDSBasic, WarningOnDelete)

// Set intraprocess delivery to full
LibrarySettings library_settings;
auto old_library_settings = library_settings;
factory->get_library_settings(library_settings);
auto old_library_settings = library_settings;
library_settings.intraprocess_delivery = INTRAPROCESS_FULL;
factory->set_library_settings(library_settings);

Expand Down

0 comments on commit 5634334

Please sign in to comment.