Skip to content

Commit 770b609

Browse files
committed
replace pound by euro sign in hovertemplate tests
1 parent 1faaf8b commit 770b609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/hover_label_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ describe('hover info', function() {
17311731
locales: {
17321732
'fr-eu': {
17331733
format: {
1734-
currency: ['£', ''],
1734+
currency: ['', ''],
17351735
decimal: ',',
17361736
thousands: ' ',
17371737
grouping: [3]
@@ -1753,7 +1753,7 @@ describe('hover info', function() {
17531753
expect(hoverTrace.y).toEqual(1);
17541754

17551755
assertHoverLabelContent({
1756-
nums: '£000 001,00',
1756+
nums: '000 001,00',
17571757
name: 'trace 0',
17581758
axis: '0,388'
17591759
});

0 commit comments

Comments
 (0)