mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 16:58:47 +00:00
Fix test name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user