Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -200,7 +200,6 @@ namespace UnitTest
|
||||
PrefabTestComponent* prefabTestComponent = aznew PrefabTestComponent(true);
|
||||
entity->Deactivate();
|
||||
entity->AddComponent(prefabTestComponent);
|
||||
auto expectedComponentId = prefabTestComponent->GetId();
|
||||
PrefabDom updatedDom;
|
||||
ASSERT_TRUE(PrefabDomUtils::StoreInstanceInPrefabDom(*newInstance, updatedDom));
|
||||
newTemplateDom.CopyFrom(updatedDom, newTemplateDom.GetAllocator());
|
||||
|
||||
@@ -136,7 +136,6 @@ namespace UnitTest
|
||||
builder.Add("RandomKey", this->GetValue());
|
||||
|
||||
AzFramework::SpawnableMetaData metaData(builder.BuildMetaData());
|
||||
GetType stored{};
|
||||
EXPECT_EQ(this->GetValueType(), metaData.GetType("RandomKey"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user