core: Fix typo in attribute container test suite
This commit is contained in:
committed by
Sébastien Deronne
parent
f782008854
commit
03e3633fc6
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user