Skip to content

Commit 5624009

Browse files
committed
Fix typos
1 parent bd45914 commit 5624009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,9 +1673,9 @@ test('tests involving mouse events', async (t2) => {
16731673

16741674
t.ok(currentCamera, 'should have published the camera');
16751675

1676-
t.deepEqual(xScale.domain(), [0, 10], 'should have published the camera');
1676+
t.deepEqual(xScale.domain(), [0, 10], 'should have updated the xScale');
16771677

1678-
t.deepEqual(yScale.domain(), [0, 0.5], 'should have published the camera');
1678+
t.deepEqual(yScale.domain(), [0, 0.5], 'should have updated the yScale');
16791679

16801680
scatterplot.destroy();
16811681
});

0 commit comments

Comments
 (0)