We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39520c1 commit 6cc2eccCopy full SHA for 6cc2ecc
test/jasmine/tests/sankey_test.js
@@ -816,8 +816,8 @@ describe('sankey tests', function() {
816
817
var g = d3Select('.hovertext');
818
var pos = g.node().getBoundingClientRect();
819
- expect(pos.x).toBeCloseTo(279, -1.5, 'it should have correct x position');
820
- expect(pos.y).toBeCloseTo(500, -1.5, 'it should have correct y position');
+ expect(pos.x).toBeCloseTo(279, -1.5);
+ expect(pos.y).toBeCloseTo(500, -1.5);
821
})
822
.then(done, done.fail);
823
});
0 commit comments