chore: re-enable disabled test (#1484)

This commit is contained in:
bd_ 2025-03-10 21:09:11 -07:00 committed by GitHub
parent cbf7fa4233
commit f6362cdbc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,6 @@ namespace UnitTests.MergeAnimatorTests.Replacement
[Test]
public void MultipleReplacementIsForbidden()
{
Assert.Ignore("https://github.com/bdunderscore/ndmf/issues/547");
var prefab = CreatePrefab("doublereplace.prefab");
var errors = ErrorReport.CaptureErrors(() => AvatarProcessor.ProcessAvatar(prefab));