mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-14 15:28:50 -04:00
Clean up test.
This commit is contained in:
parent
e0a1f464ce
commit
a8c56948cb
1 changed files with 1 additions and 2 deletions
|
@ -213,8 +213,7 @@ test('deleteSound', t => {
|
|||
|
||||
const firstDeleted = a.deleteSound(0);
|
||||
t.deepEqual(a.sprite.sounds, [o2, o3]);
|
||||
t.type(firstDeleted, 'object');
|
||||
t.equals(firstDeleted.id, 1);
|
||||
t.deepEqual(firstDeleted, o1);
|
||||
|
||||
// Allows deleting the only sound
|
||||
a.sprite.sounds = [o1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue