Fix test name

This commit is contained in:
Henry Mercer
2026-03-04 13:09:10 +01:00
parent 36148cccb9
commit aae94187c1
+1 -1
View File
@@ -45,7 +45,7 @@ function makeAbsolutePatterns(tmpDir: string, patterns: string[]): string[] {
}
test.serial(
"getCsharpDependencyDirs - does not include BMN dir if FF is enabled",
"getCsharpDependencyDirs - does not include BMN dir if FF is disabled",
async (t) => {
await withTmpDir(async (tmpDir) => {
process.env["RUNNER_TEMP"] = tmpDir;