Skip to content

Commit 6ca2d66

Browse files
author
Jon M. Mease
committed
Fix test comments
1 parent 9361cc4 commit 6ca2d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/parcats_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ describe('Hover events', function() {
14631463
unhoverData = data;
14641464
});
14651465

1466-
// Hover over top category of middle dimension (category "A")
1466+
// Hover over top of bottom category of middle dimension (category "C")
14671467
var dimStartX = parcatsViewModel.dimensions[1].x;
14681468

14691469
mouseY0 = parcatsViewModel.y + parcatsViewModel.dimensions[1].categories[2].y + 10;
@@ -1620,7 +1620,7 @@ describe('Hover events with hovermode color', function() {
16201620
unhoverData = data;
16211621
});
16221622

1623-
// Hover over top category of middle dimension (category "A")
1623+
// Hover over top of bottom category of middle dimension (category "C")
16241624
var dimStartX = parcatsViewModel.dimensions[1].x;
16251625

16261626
mouseY0 = parcatsViewModel.y + parcatsViewModel.dimensions[1].categories[2].y + 10;

0 commit comments

Comments
 (0)