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 ecfc8b9 commit 2b0f2aeCopy full SHA for 2b0f2ae
test/jasmine/tests/sankey_test.js
@@ -1087,7 +1087,7 @@ describe('sankey tests', function() {
1087
.filter(function(obj) {
1088
return obj.link.label === 'stream 1';
1089
})[0].forEach(function(l) {
1090
- expect(l.style.fillOpacity).toEqual('1.0');
+ expect(l.style.fillOpacity).toEqual('1');
1091
});
1092
}).then(function() {
1093
mouseEvent('mouseout', 200, 250);
0 commit comments