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 ec736de commit 3b757f1
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{
"file1": "070afab2066d3b16",
"file2": "070afab2066d3b16",
"test1": "070afab2066d3b16",
"test2": "070afab2066d3b16",
}
return io.MultiWriter(
fileWriter,
Expand Down

0 comments on commit 3b757f1

Please sign in to comment.