We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd45914 commit 5624009Copy full SHA for 5624009
1 file changed
tests/index.js
@@ -1673,9 +1673,9 @@ test('tests involving mouse events', async (t2) => {
1673
1674
t.ok(currentCamera, 'should have published the camera');
1675
1676
- t.deepEqual(xScale.domain(), [0, 10], 'should have published the camera');
+ t.deepEqual(xScale.domain(), [0, 10], 'should have updated the xScale');
1677
1678
- t.deepEqual(yScale.domain(), [0, 0.5], 'should have published the camera');
+ t.deepEqual(yScale.domain(), [0, 0.5], 'should have updated the yScale');
1679
1680
scatterplot.destroy();
1681
});
0 commit comments