Skip to content

Commit

Permalink
Fix YamlGetEntityGuidPrefixTest.get_guidprefix_explicitly test
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <[email protected]>
  • Loading branch information
LuciaEchevarria99 committed Sep 9, 2024
1 parent c6ce464 commit 0a7ee4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ TEST(YamlGetEntityGuidPrefixTest, get_guidprefix_explicitly)
Yaml yml;
yml["guid_prefix"] = yml_gp;

ASSERT_THROW(
ASSERT_EQ(
YamlReader::get<core::types::GuidPrefix>(yml, "guid_prefix", LATEST),
eprosima::utils::ConfigurationException);
core::types::GuidPrefix());
}

// TODO: this tests requires to modify fastrtps core::types::GuidPrefix >> operator so it returns a non valid guid
Expand Down

0 comments on commit 0a7ee4b

Please sign in to comment.