Skip to content

Commit 02b52c4

Browse files
waelsy123aduh95
authored andcommitted
fix typo priority
1 parent 40d821e commit 02b52c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/parallel/test-os.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ assert.ok(hostname.length > 0);
8383

8484
const DUMMY_PRIORITY = 10
8585
os.setPriority(DUMMY_PRIORITY)
86-
const proiority = os.getPriority()
87-
is.number(proiority)
88-
assert.ok(proiority === DUMMY_PRIORITY)
86+
const priority = os.getPriority()
87+
is.number(priority)
88+
assert.ok(priority === DUMMY_PRIORITY)
8989

9090
// On IBMi, os.uptime() returns 'undefined'
9191
if (!common.isIBMi) {

0 commit comments

Comments
 (0)