Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKam committed Mar 24, 2019
1 parent 6e9fb23 commit 56fdc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/agent/Agent.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Agent / next()', () => {

it('should return plan execution result for active plans', () => {
agent.start()
expect(agent.next(beliefs)).toContain({
expect(agent.next({ ...beliefs, dogHungry: false })).toContain({
actions: ['Good dog!']
})
})
Expand Down

0 comments on commit 56fdc6f

Please sign in to comment.