Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Aug 18, 2022
1 parent ef07cbf commit fd831a4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe(`fetch-remote-file`, () => {
path.join(
__dirname,
"../..",
"public/images/50c58a791de3c2303e62084d731799eb/photoA.jpg"
"public/images/ce61bf418df0d6677d2701c4aeff1023/photoA.jpg"
)
)
).toEqual("37287aaa726d254eabcf3e7ede51a93b")
Expand All @@ -33,7 +33,7 @@ describe(`fetch-remote-file`, () => {
path.join(
__dirname,
"../..",
"public/images/4910e745c3c453b8795d6ba65c79d99b/photoB.jpg"
"public/images/adeb4bc975f3ce4081c6772a0c96ca7b/photoB.jpg"
)
)
).toEqual("cef966aac5cfc7972e91e5c5c96829cb")
Expand All @@ -42,7 +42,7 @@ describe(`fetch-remote-file`, () => {
path.join(
__dirname,
"../..",
"public/images/fb673e75e9534b3cc2d2e24085386d48/photoC.jpg"
"public/images/48315d9e12fde935993d8b406f2d6684/photoC.jpg"
)
)
).toEqual("c3d2efe723cd58311db404fd1b1f76a7")
Expand Down

0 comments on commit fd831a4

Please sign in to comment.