We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dd965 commit 96bd844Copy full SHA for 96bd844
test/lib/dashboard-agent.spec.js
@@ -43,7 +43,7 @@ describe("dashboard-agent", function () {
43
expect(socket).to.be.defined;
44
socket.on("error", done);
45
socket.on("metrics", function (data) { //eslint-disable-line max-nested-callbacks
46
- socket.removeAllListeners("metrics");
+ socket.removeAllListeners("metrics");
47
checkMetrics(JSON.parse(data));
48
done();
49
});
0 commit comments