Skip to content

Commit e1173ee

Browse files
committed
Update curveVertex unit test
1 parent 3554eb3 commit e1173ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/core/vertex.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ suite('Vertex', function() {
3333
});
3434
});
3535

36-
suite('p5.prototype.curveVertex', function() {
36+
suite('p5.prototype.splineVertex', function() {
3737
test('should be a function', function() {
38-
assert.ok(myp5.curveVertex);
39-
assert.typeOf(myp5.curveVertex, 'function');
38+
assert.ok(myp5.splineVertex);
39+
assert.typeOf(myp5.splineVertex, 'function');
4040
});
4141
});
4242

0 commit comments

Comments
 (0)