autoupdate manifest
This commit is contained in:
parent
1c8c063e01
commit
39692bbfc2
|
|
@ -103,7 +103,8 @@ extension EntityStateMachineTests {
|
|||
("testEnterSecondStateDoesNotRemoveOverlappingComponents", testEnterSecondStateDoesNotRemoveOverlappingComponents),
|
||||
("testEnterSecondStateRemovesDifferentComponentsOfSameType", testEnterSecondStateRemovesDifferentComponentsOfSameType),
|
||||
("testEnterSecondStateRemovesFirstStatesComponents", testEnterSecondStateRemovesFirstStatesComponents),
|
||||
("testEnterStateAddsStatesComponents", testEnterStateAddsStatesComponents)
|
||||
("testEnterStateAddsStatesComponents", testEnterStateAddsStatesComponents),
|
||||
("testGetsDeinitedWhileBeingStronglyReferencedByComponentAssignedToEntity", testGetsDeinitedWhileBeingStronglyReferencedByComponentAssignedToEntity)
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue