Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78d3372

Browse files
committed
Fix axes test case
1 parent 88e2014 commit 78d3372

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
@@ -289,7 +289,7 @@ describe('Test axes', function() {
289289
}];
290290

291291
supplyLayoutDefaults(layoutIn, layoutOut, fullData);
292-
expect(layoutOut._basePlotModules).toEqual([]);
292+
expect(layoutOut._basePlotModules[0].name).toEqual('cartesian');
293293
});
294294

295295
it('should detect orphan axes (gl2d + cartesian case)', function() {

0 commit comments

Comments
 (0)