Skip to content

Commit

Permalink
test: fix test with km_link
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Mar 19, 2018
1 parent 33db508 commit 23fd8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface/pm2.link.check.mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('PM2 link variable checks', function() {
setTimeout(function() {
pm2.list(function(err, dt) {
dt[0].pm2_env.km_link.should.be.false();
dt[0].pm2_env.axm_options.transactions.should.be.false();
dt[0].pm2_env.axm_options.transactions.should.be.true();
done();
});
}, 500);
Expand Down

0 comments on commit 23fd8ec

Please sign in to comment.