X10D/X10D.Unity.Tests
Oliver Booth 98cd96d5cb
fix(test): fix malformed test
The child was not being assigned a new parent, causing GetComponentsInChildrenOnly to return empty array and the subsequent line:

Assert.That(components, Has.Length.EqualTo(1));

was resulting in a test fail.
2023-04-10 13:45:39 +01:00
..
Assets fix(test): fix malformed test 2023-04-10 13:45:39 +01:00
Packages test: update X10D.Unity.Tests to 2021.3.21f1 2023-03-28 23:18:56 +01:00
ProjectSettings test: update X10D.Unity.Tests to 2021.3.21f1 2023-03-28 23:18:56 +01:00
.gitignore