mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
End randIntWithout test case with t.end()
This commit is contained in:
parent
8700a70262
commit
15d97ccaa7
1 changed files with 2 additions and 0 deletions
|
@ -65,4 +65,6 @@ test('inclusiveRandIntWithout', t => {
|
|||
|
||||
t.strictEqual(withRandomValue(3 / 4, 10, 14, 10), 14);
|
||||
t.strictEqual(withRandomValue(0 / 4, 10, 14, 10), 11);
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue