Skip to content

Commit

Permalink
issue-210 passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmknox committed Nov 8, 2019
1 parent b1b6757 commit 8e51da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ describe('lib/planner/search-algorithms/offline-replanning.js', function() {
generator.next(startNodes);
} finally {
expect(console.log.args[2]).to.deep.equal([
'retrying',
'Retrying replanning for plan 1',
]);
}
});
Expand Down

0 comments on commit 8e51da1

Please sign in to comment.