Skip to content

Commit 525b0a7

Browse files
committed
fix: fixed tests
1 parent df72fd7 commit 525b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api_client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Command extends CommandBase {
2020

2121
const netrc = require('netrc-parser').default
2222
netrc.loadSync = function (this: typeof netrc) {
23-
netrc._machines = {
23+
netrc.machines = {
2424
'api.heroku.com': {password: 'mypass'}
2525
}
2626
}

0 commit comments

Comments
 (0)