Skip to content

Commit a249a06

Browse files
Update captains-log.spec.js
1 parent a84402b commit a249a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/captains-log/captains-log.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('randomShipRegistryNumber',() => {
1313
function loadDie(...values) {
1414
const originalRandom = Math.random()
1515

16-
Math.random = function loadedDie {
16+
Math.random = function loadedDie() {
1717
if (values.length === 0) {
1818
return originalRandom();
1919
}

0 commit comments

Comments
 (0)