Fixed emfx unit tests

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
Benjamin Jillich
2021-08-05 16:37:47 +02:00
parent 8a47476498
commit 733dc31518
11 changed files with 24 additions and 23 deletions
@@ -40,7 +40,7 @@ namespace EMotionFX
}
// Ensure the Actor is correct
ASSERT_TRUE(GetActorManager().FindActorByName("rinactor"));
ASSERT_TRUE(GetActorManager().FindActorByName("rinActor"));
EXPECT_EQ(GetActorManager().GetNumActors(), 1);
}
} // namespace EMotionFX