Skip to content

Commit 542f39f

Browse files
committed
fixed tests
1 parent 46f815d commit 542f39f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/jasmine/tests/fx_test.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ describe('Fx defaults', function() {
148148
family: 'Roboto',
149149
size: 40,
150150
color: 'pink'
151-
}
151+
},
152+
namelength: 15
152153
});
153154

154155
expect(out.data[1].hoverlabel).toEqual({
@@ -158,7 +159,8 @@ describe('Fx defaults', function() {
158159
family: 'Roboto',
159160
size: 20,
160161
color: 'red'
161-
}
162+
},
163+
namelength: 15
162164
});
163165

164166
expect(out.layout.annotations[0].hoverlabel).toEqual({

0 commit comments

Comments
 (0)