Added missing reflection to NameJsonSerializerTests

This commit is contained in:
AMZN-koppersr
2021-06-11 19:07:41 -07:00
parent 716e99a8a7
commit bc5fc9a191
@@ -32,6 +32,11 @@ namespace JsonSerializationTests
AZ::NameDictionary::Destroy();
}
void Reflect(AZStd::unique_ptr<AZ::SerializeContext>& context)
{
AZ::Name::Reflect(context.get());
}
void Reflect(AZStd::unique_ptr<AZ::JsonRegistrationContext>& context)
{
AZ::Name::Reflect(context.get());