Skip to content

Commit 15caa05

Browse files
committed
applied relative changes in jasmine test and added the new baseline
1 parent c48386c commit 15caa05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Loading

test/jasmine/tests/surface_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ describe('Test surface', function() {
6262
expect(traceOut.contours.x).toEqual(fullOpts);
6363
expect(traceOut.contours.y).toEqual(Lib.extendDeep({}, fullOpts, {
6464
show: true,
65-
onpoints: 0,
66-
locations: [],
65+
relative: 0,
66+
locations: false,
6767
color: '#444',
6868
width: 2,
6969
usecolormap: false

0 commit comments

Comments
 (0)