Skip to content

Commit

Permalink
Make the test more robust in case of failure
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Ezequiel Moltrasio <[email protected]>
  • Loading branch information
ovalenti and Molter73 authored Sep 23, 2024
1 parent 8991ae8 commit 2c66eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/test/UtilityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ TEST(SanitizeUTF8Test, TestSanitizeUTF8_Invalid) {

auto output = SanitizedUTF8(input);

EXPECT_TRUE(output.has_value());
EXPECT_EQ(*output, expected_output);
}

Expand Down

0 comments on commit 2c66eba

Please sign in to comment.