Skip to content

Commit

Permalink
PR review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Jan 8, 2024
1 parent 87ac90b commit e0398a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public void DownloadFTP_DestinationFileExists_ExceptionThrown()

// Test and assert
var ex = Assert.Throws<Exception>(() => FTP.DownloadFiles(source, destination, connection, options, new Info(), new CancellationToken()));
Console.WriteLine(ex.Message);
Assert.IsTrue(ex.Message.Contains($"Error: Unable to transfer file. Destination file already exists: {destination.FileName}"));
}

Expand Down

0 comments on commit e0398a9

Please sign in to comment.