Skip to content

Commit 3a8220b

Browse files
committed
fix tests
1 parent 11bfc6e commit 3a8220b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/managers/builtin/helpers.shouldUseUv.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ suite('Helpers - shouldUseUv', () => {
2121
mockConfig = {
2222
get: sinon.stub(),
2323
};
24-
getConfigurationStub.returns(mockConfig);
24+
getConfigurationStub.withArgs('python-envs').returns(mockConfig);
2525

2626
// Mock persistent state
2727
getWorkspacePersistentStateStub = sinon.stub(persistentState, 'getWorkspacePersistentState');

0 commit comments

Comments
 (0)