Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Aug 30, 2024
1 parent 04b9889 commit 1cfb463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ public void GetChecksumsFromTextFile_Good()
var exifToolDownload = new ExifToolDownload(httpClientHelper, new AppSettings(),
new FakeIWebLogger(), new FakeIStorage());
var result = exifToolDownload.GetChecksumsFromTextFile(ExampleCheckSum);
Assert.AreEqual(2, result.Length);
Assert.AreEqual(4, result.Length);
}
}
}

0 comments on commit 1cfb463

Please sign in to comment.