Skip to content

Commit b546d61

Browse files
committed
Undo change to left-over failing test since 684d05c
1 parent 2e8db5f commit b546d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ describe('Test axes', function() {
16971697
return Plotly.relayout(gd, 'xaxis.autorange', true);
16981698
}).then(function() {
16991699

1700-
expect(gd._fullLayout.xaxis.range).toBeCloseToArray([0.27, 3.23], 1);
1700+
expect(gd._fullLayout.xaxis.range).toBeCloseToArray([0.37, 3.22], 1);
17011701
})
17021702
.then(done, done.fail);
17031703
});

0 commit comments

Comments
 (0)