Skip to content

Commit aae9418

Browse files
committed
Fix test name
1 parent 36148cc commit aae9418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dependency-caching.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function makeAbsolutePatterns(tmpDir: string, patterns: string[]): string[] {
4545
}
4646

4747
test.serial(
48-
"getCsharpDependencyDirs - does not include BMN dir if FF is enabled",
48+
"getCsharpDependencyDirs - does not include BMN dir if FF is disabled",
4949
async (t) => {
5050
await withTmpDir(async (tmpDir) => {
5151
process.env["RUNNER_TEMP"] = tmpDir;

0 commit comments

Comments
 (0)