Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6fdf559

Browse filesBrowse files
committed
fixup box plot test to have a layout object
1 parent 99a2015 commit 6fdf559
Copy full SHA for 6fdf559

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎test/jasmine/tests/box_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/box_test.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.