Skip to content

Commit 050ca7a

Browse files
author
Chris Hallberg
authored
Improperly Named Test
1 parent d4cfe34 commit 050ca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/quadtree.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ describe('QuadTree', () => {
356356
expect(found).to.contain(points[0]);
357357
});
358358
});
359-
describe('size', () => {
359+
describe('length', () => {
360360
let quadtree;
361361
beforeEach(() => {
362362
let rect = new Rectangle(100, 100, 20, 20);

0 commit comments

Comments
 (0)