Skip to content

Commit bd2aadb

Browse files
committed
test fix
1 parent c1f7fb1 commit bd2aadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/testing/testController/common/testProjectRegistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export class TestProjectRegistry {
293293
const parentPath = parent.projectUri.fsPath;
294294
const childPath = child.projectUri.fsPath;
295295

296-
if (isParentPath(parentPath, childPath)) {
296+
if (isParentPath(childPath, parentPath)) {
297297
nestedPaths.push(childPath);
298298
traceVerbose(`[test-by-project] Nested: ${child.projectName} under ${parent.projectName}`);
299299
}

0 commit comments

Comments
 (0)