Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ckiss committed Jun 27, 2017
1 parent 8f18a71 commit e939c86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/jasmine/tests/fx_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ describe('Fx defaults', function() {
family: 'Roboto',
size: 40,
color: 'pink'
}
},
namelength: 15
});

expect(out.data[1].hoverlabel).toEqual({
Expand All @@ -158,7 +159,8 @@ describe('Fx defaults', function() {
family: 'Roboto',
size: 20,
color: 'red'
}
},
namelength: 15
});

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

0 comments on commit e939c86

Please sign in to comment.