Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed Dec 1, 2023
1 parent 3ff079e commit d230e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ncutility/BinarySerialization_unit_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TEST(BinarySerializationTest, Serialize_map_preservedRoundTrip)

}

TEST(BinarySerializationTest, Serialize_containers_preservedRoundTrip)
TEST(BinarySerializationTest, Serialize_optional_preservedRoundTrip)
{
auto stream = std::stringstream{};
const auto nonEmptyOptional = std::make_optional<test::BigAggregate>(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, "test");
Expand Down

0 comments on commit d230e82

Please sign in to comment.