summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-randomuuid.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-crypto-randomuuid.js')
-rw-r--r--test/parallel/test-crypto-randomuuid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-crypto-randomuuid.js b/test/parallel/test-crypto-randomuuid.js
index 232dcec62c..23e97fb8cf 100644
--- a/test/parallel/test-crypto-randomuuid.js
+++ b/test/parallel/test-crypto-randomuuid.js
@@ -11,7 +11,7 @@ const {
} = require('crypto');
const last = new Set([
- '00000000-0000-0000-0000-000000000000'
+ '00000000-0000-0000-0000-000000000000',
]);
function testMatch(uuid) {