Skip to content

Commit 6e4b484

Browse files
committed
chore: fix spelling: update
Signed-off-by: Josh Soref <[email protected]>
1 parent f39b99c commit 6e4b484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/cli/update-notifier.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const runUpdateNotifier = async (t, {
6868
...require('node:fs/promises'),
6969
stat: async (path) => {
7070
if (basename(path) !== '_update-notifier-last-checked') {
71-
t.fail('no stat allowed for non upate notifier files')
71+
t.fail('no stat allowed for non update notifier files')
7272
}
7373
if (STAT_ERROR) {
7474
throw STAT_ERROR
@@ -81,7 +81,7 @@ const runUpdateNotifier = async (t, {
8181
t.fail('no write file content allowed')
8282
}
8383
if (basename(path) !== '_update-notifier-last-checked') {
84-
t.fail('no writefile allowed for non upate notifier files')
84+
t.fail('no writefile allowed for non update notifier files')
8585
}
8686
if (WRITE_ERROR) {
8787
throw WRITE_ERROR

0 commit comments

Comments
 (0)