Skip to content

Commit 5e9175f

Browse files
tniessendanielleadams
authored andcommitted
test: fix name of variable in inspector-cli test
PR-URL: #38869 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 1afff98 commit 5e9175f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
constfourty=40;
1+
constforty=40;
22
const{ add }=require('./other');
33

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

0 commit comments

Comments
(0)