Skip to content

Commit 1ca424a

Browse files
committed
fixup test (to accomodate new defaults)
1 parent 3a812c9 commit 1ca424a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

test/jasmine/tests/range_selector_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ describe('[range selector suite]', function() {
301301
step: 'month',
302302
stepmode: 'backward',
303303
count: 1
304-
}
304+
};
305305

306-
var update = getUpdateObject(axisLayout, buttonLayout)
306+
var update = getUpdateObject(axisLayout, buttonLayout);
307307

308308
expect(update).toEqual({
309309
'xaxis5.range[0]': new Date(2015, 9, 30).getTime(),

test/jasmine/tests/range_slider_test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ describe('the range slider', function() {
221221
visible: true,
222222
thickness: 0.15,
223223
bgcolor: '#fff',
224-
borderwidth: 0,
224+
borderwidth: 1,
225225
bordercolor: '#444'
226226
}
227227
},
@@ -246,7 +246,7 @@ describe('the range slider', function() {
246246
visible: true,
247247
thickness: 0.15,
248248
bgcolor: '#fff',
249-
borderwidth: 0,
249+
borderwidth: 1,
250250
bordercolor: '#444'
251251
}
252252
},
@@ -275,7 +275,7 @@ describe('the range slider', function() {
275275
visible: true,
276276
thickness: 0.15,
277277
bgcolor: '#fff',
278-
borderwidth: 0,
278+
borderwidth: 1,
279279
bordercolor: '#444'
280280
}}, yaxis: {
281281
fixedrange: true
@@ -296,7 +296,7 @@ describe('the range slider', function() {
296296
visible: true,
297297
thickness: 0.15,
298298
bgcolor: '#fff',
299-
borderwidth: 0,
299+
borderwidth: 1,
300300
bordercolor: '#444'
301301
}},
302302
yaxis: { fixedrange: true},

0 commit comments

Comments
 (0)