mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Path tests: rename test.
This commit is contained in:
parent
4d89d6c235
commit
c9898ef3b0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ test('path.remove()', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
test('path.remove()', function() {
|
test('Is the path deselected after setting a new list of segments?', function() {
|
||||||
var doc = new Document();
|
var doc = new Document();
|
||||||
var path = new Path([0, 0]);
|
var path = new Path([0, 0]);
|
||||||
path.selected = true;
|
path.selected = true;
|
||||||
|
|
Loading…
Reference in a new issue