Skip to content

Commit 94e6647

Browse files
committed
test: more bad mocks
1 parent 21a9f92 commit 94e6647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/shared/orgListUtil.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ describe('orgListUtil tests', () => {
115115
defaultusername: orgAuthConfigFields.username,
116116
defaultdevhubusername: devHubConfigFields.username,
117117
}),
118+
getPropertyValue: () => ({}),
118119
});
119120

120121
stubMethod(sandbox, fs, 'stat').resolves({ atime: 'test' });

0 commit comments

Comments
 (0)