We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a556135 commit 60140c3Copy full SHA for 60140c3
Assets/FluidBehaviorTree/Editor/Testing/ParentTasks/SelectorTest.cs
@@ -22,12 +22,6 @@ public void CheckUpdateCalls (List<int> updateCalls) {
22
}
23
24
25
- public class NoNodes : UpdateMethod {
26
- public void Returns_success () {
27
- Assert.AreEqual(TaskStatus.Success, _selector.Update());
28
- }
29
30
-
31
public class SingleNode : UpdateMethod {
32
[Test]
33
public void Returns_success_if_a_child_task_returns_success () {
0 commit comments