Skip to content

Commit c7f6be2

Browse files
committed
fix unit tests
1 parent ee0dab2 commit c7f6be2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.Tests/E2ETests.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ type FsTests
9292
debugOutput: ITestOutputHelper
9393
) =
9494
let hashFile =
95-
Path.Combine(fsTempDirSetupFixture.TempDir, "project_hash.sha1.txt")
95+
Path.Combine(fsTempDirSetupFixture.TempDir, "project_hash.xxhash3.txt")
9696

9797
let oldStdOut = Console.Out
9898
let customStdOut = new IO.StringWriter()
@@ -365,7 +365,7 @@ type FsTests
365365
let getHashFilePath id =
366366
Path.Join(
367367
fsTempDirSetupFixture.TempDir,
368-
sprintf "topA.txt.%s.sha1.txt" (id.ToString())
368+
sprintf "topA.txt.%s.xxhash3.txt" (id.ToString())
369369
)
370370

371371
// Run hashdir multiple times.

0 commit comments

Comments
 (0)