Skip to content

Commit 2b0f2ae

Browse files
author
Michael Potter
committed
switch test to account for round-off
1 parent ecfc8b9 commit 2b0f2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/sankey_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ describe('sankey tests', function() {
10871087
.filter(function(obj) {
10881088
return obj.link.label === 'stream 1';
10891089
})[0].forEach(function(l) {
1090-
expect(l.style.fillOpacity).toEqual('1.0');
1090+
expect(l.style.fillOpacity).toEqual('1');
10911091
});
10921092
}).then(function() {
10931093
mouseEvent('mouseout', 200, 250);

0 commit comments

Comments
 (0)