Skip to content

Commit

Permalink
(vxx/test)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Feb 22, 2017
1 parent b8a9387 commit 66338f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vxx.e2e.mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ describe('Programmatically test interactor', function() {

if (packet.data['axm:transaction']) {
var data = packet.data['axm:transaction'][0].data;
// Should now route summary contains 5 routes
Object.keys(data.routes).length.should.eql(6);

var route = data.routes.filter(function (route) {
return route.path === '/db1/multi';
})[0];

if (!route) return callAgain();

// @bug: should contain only 2 transactions not 3 (find + findOne)
route.variances[0].spans.length.should.eql(3);

Expand Down

0 comments on commit 66338f3

Please sign in to comment.