Skip to content

Commit 089512d

Browse files
committed
Merge pull request #228 from aaroncollins/testFix
Changed npm test TAP output and fixed test bug
2 parents f695f78 + 34bd731 commit 089512d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"request":"2.x"
1414
},
1515
"scripts": {
16-
"test": "tap tests/api_tests.js",
16+
"test": "tap --reporter tap tests/api_tests.js",
1717
"preinstall":"git clone https://github.com/RuntimeTools/omr-agentcore.git",
1818
"install": "node-gyp rebuild"
1919
},

tests/test_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ var ih = setInterval(function() {
6262

6363

6464
module.exports.endRun = function(){
65-
agent.stop();
65+
appmetrics.stop();
6666
clearInterval(ih);
6767
}

0 commit comments

Comments
 (0)