Skip to content

Commit 448d641

Browse files
Update test/jasmine/tests/axes_test.js
Co-authored-by: Alex Johnson <alex@plot.ly>
1 parent c678cb8 commit 448d641

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4392,9 +4392,7 @@ describe('Test axes', function() {
43924392
var fig = require('@mocks/z-automargin-zoom.json');
43934393
Plotly.newPlot(gd, fig)
43944394

4395-
.then(function() {
4396-
assertLayout();
4397-
})
4395+
.then(assertLayout)
43984396
.then(function() {
43994397
return Plotly.relayout(gd, {'xaxis.range': [6, 14]});
44004398
})

0 commit comments

Comments
 (0)