Skip to content

Commit 6fdf559

Browse files
committed
fixup box plot test to have a layout object
1 parent 99a2015 commit 6fdf559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/box_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Test boxes supplyDefaults', function() {
2626

2727
it('should set visible to false when x and y are empty', function() {
2828
traceIn = {};
29-
supplyDefaults(traceIn, traceOut, defaultColor);
29+
supplyDefaults(traceIn, traceOut, defaultColor, {});
3030
expect(traceOut.visible).toBe(false);
3131

3232
traceIn = {

0 commit comments

Comments
 (0)