Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Mar 10, 2024
1 parent 3b757f1 commit ccec754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/filestream/filestream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ func fileHandlerWithHashValidation(fileName string) (fileWriter io.Writer, err e
}
// GetExpectedHashFromLockFile(fileName)
lockFileMock := map[string]string{
"test1": "070afab2066d3b16",
"test2": "070afab2066d3b16",
"test1.txt": "070afab2066d3b16",
"test2.txt": "48bc7295420af89d",
}
return io.MultiWriter(
fileWriter,
Expand Down

0 comments on commit ccec754

Please sign in to comment.