Skip to content

Commit cb05041

Browse files
edvilmeCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f763ea4 commit cb05041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/managers/common/packageManagerHeadlessConformance.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import * as poetryUtils from '../../../managers/poetry/poetryUtils';
2020
suite('Package manager headless conformance', () => {
2121
const environment = {
2222
envId: { id: 'test-environment', managerId: 'test-manager' },
23-
environmentPath: Uri.file('/path/to/environment'),
23+
environmentPath: Uri.joinPath(Uri.file(__dirname), 'path', 'to', 'environment'),
2424
} as PythonEnvironment;
2525

2626
teardown(() => {

0 commit comments

Comments
 (0)