core: Fix typo in attribute container test suite

This commit is contained in:
Sébastien Deronne
2023-04-08 10:34:32 +02:00
committed by Sébastien Deronne
parent f782008854
commit 03e3633fc6

View File

@@ -394,7 +394,7 @@ AttributeContainerSerializationTestCase::DoRun()
NS_TEST_ASSERT_MSG_EQ(attr.GetN(), 3, "Incorrect container size");
std::string reserialized = attr.SerializeToString(checker);
NS_TEST_ASSERT_MSG_EQ(reserialized, pairs, "Reserealization failed");
NS_TEST_ASSERT_MSG_EQ(reserialized, pairs, "Reserialization failed");
}
}