Skip to content

Commit ffde7a6

Browse files
committed
refactor(decorators): removed duplicate test
1 parent 36d2f7c commit ffde7a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Assets/FluidBehaviorTree/Tests/Editor/Decorators/DecoratorTest.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ public void It_should_return_failure_if_a_child_is_missing () {
5050
_decorator.Children.RemoveAt(0);
5151
Assert.AreEqual(TaskStatus.Failure, _decorator.Update());
5252
}
53-
54-
[Test]
55-
public void Does_not_crash_if_no_child () {
56-
_decorator.Children.RemoveAt(0);
57-
58-
Assert.DoesNotThrow(() => _decorator.Update());
59-
}
6053
}
6154

6255
public class EndMethod : DecoratorTest {

0 commit comments

Comments
 (0)