We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bfc6e commit 3a8220bCopy full SHA for 3a8220b
1 file changed
src/test/managers/builtin/helpers.shouldUseUv.unit.test.ts
@@ -21,7 +21,7 @@ suite('Helpers - shouldUseUv', () => {
21
mockConfig = {
22
get: sinon.stub(),
23
};
24
- getConfigurationStub.returns(mockConfig);
+ getConfigurationStub.withArgs('python-envs').returns(mockConfig);
25
26
// Mock persistent state
27
getWorkspacePersistentStateStub = sinon.stub(persistentState, 'getWorkspacePersistentState');
0 commit comments