We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0dab2 commit c7f6be2Copy full SHA for c7f6be2
1 file changed
src/App.Tests/E2ETests.fs
@@ -92,7 +92,7 @@ type FsTests
92
debugOutput: ITestOutputHelper
93
) =
94
let hashFile =
95
- Path.Combine(fsTempDirSetupFixture.TempDir, "project_hash.sha1.txt")
+ Path.Combine(fsTempDirSetupFixture.TempDir, "project_hash.xxhash3.txt")
96
97
let oldStdOut = Console.Out
98
let customStdOut = new IO.StringWriter()
@@ -365,7 +365,7 @@ type FsTests
365
let getHashFilePath id =
366
Path.Join(
367
fsTempDirSetupFixture.TempDir,
368
- sprintf "topA.txt.%s.sha1.txt" (id.ToString())
+ sprintf "topA.txt.%s.xxhash3.txt" (id.ToString())
369
)
370
371
// Run hashdir multiple times.
0 commit comments