Skip to content

Commit 6f1862e

Browse files
tniessenrichardlau
authored andcommitted
test: fix name of variable in inspector-cli test
PR-URL: #38869 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4009350 commit 6f1862e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const fourty = 40;
1+
const forty = 40;
22
const { add } = require('./other');
33

4-
const sum = add(fourty, 2);
4+
const sum = add(forty, 2);
55
module.exports = sum;

0 commit comments

Comments
 (0)