Skip to content

Commit ddc1c8a

Browse files
Update test/jasmine/tests/axes_test.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 040dcd3 commit ddc1c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/axes_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ describe('Test axes', function() {
14681468
expect(gd._fullLayout.xaxis.range).toEqual([-1, 6]);
14691469
expect(gd._fullLayout.yaxis.range).toBeCloseToArray([-0.07, 1.07]);
14701470

1471-
Plotly.relayout(gd, 'yaxis.autorange', false);
1471+
return Plotly.relayout(gd, 'yaxis.autorange', false);
14721472
}).then(function() {
14731473
expect(gd._fullLayout.yaxis.autorange).toBe(false);
14741474
expect(gd._fullLayout.yaxis.range).toBeCloseToArray([-0.07, 1.07]);

0 commit comments

Comments
 (0)