Skip to content

Commit

Permalink
Paths are case sensitive..
Browse files Browse the repository at this point in the history
  • Loading branch information
amoerie committed May 24, 2022
1 parent d2c0cdf commit a6aead3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DcmAnonymize.Tests/TestsForDicomAnonymizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public async Task ShouldBeAbleToAnonymizeSampleDicomFile()
{
// Arrange
var sampleFileCopy = $"./SampleDicomFileCopy-{Guid.NewGuid()}.dcm";
File.Copy("./SampleDicomFile.dcm", sampleFileCopy);
File.Copy("./SampleDicomFile.DCM", sampleFileCopy);
try
{
var sampleDicomFile = await DicomFile.OpenAsync(sampleFileCopy);
Expand Down

0 comments on commit a6aead3

Please sign in to comment.