Skip to content

Commit 340ae53

Browse files
author
Jon M. Mease
committed
eslint fixes
1 parent 1f6a2e0 commit 340ae53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jasmine/tests/parcats_test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,13 @@ describe('Dimension reordered parcats trace', function() {
355355
{dimensionInd: 0, displayInd: 0, dimensionLabel: 'One'});
356356

357357
checkCategoryCalc(gd, 0, 0, {
358-
categoryLabel: "One",
358+
categoryLabel: 'One',
359359
dimensionInd: 0,
360360
categoryInd: 0,
361361
displayInd: 0});
362362

363363
checkCategoryCalc(gd, 0, 1, {
364-
categoryLabel: "Two",
364+
categoryLabel: 'Two',
365365
dimensionInd: 0,
366366
categoryInd: 1,
367367
displayInd: 1});
@@ -428,12 +428,12 @@ describe('Dimension reordered parcats trace', function() {
428428
{dimensionInd: 0, displayInd: 0, dimensionLabel: 'One'});
429429

430430
checkCategoryCalc(gd, 0, 0, {
431-
categoryLabel: "One",
431+
categoryLabel: 'One',
432432
categoryInd: 0,
433433
displayInd: 0});
434434

435435
checkCategoryCalc(gd, 0, 1, {
436-
categoryLabel: "Two",
436+
categoryLabel: 'Two',
437437
categoryInd: 1,
438438
displayInd: 1});
439439

0 commit comments

Comments
 (0)