Skip to content

Commit

Permalink
Update AgentTypeJobRunnerTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
crashkonijn committed Nov 13, 2024
1 parent 6b77091 commit d8d39a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public class AgentTypeJobRunnerTests
public void Setup()
{
this.agent = Substitute.For<IMonoAgent>();
this.agent.ActionState.RunState.MayResolve(this.agent).Returns(true);

this.goapActionProvider = Substitute.For<IMonoGoapActionProvider>();
this.goapActionProvider.Receiver.Returns(this.agent);
Expand Down

0 comments on commit d8d39a9

Please sign in to comment.