mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-09 04:24:04 -04: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(3 / 4, 10, 14, 10), 14);
|
||||||
t.strictEqual(withRandomValue(0 / 4, 10, 14, 10), 11);
|
t.strictEqual(withRandomValue(0 / 4, 10, 14, 10), 11);
|
||||||
|
|
||||||
|
t.end();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue