Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Oct 22, 2024
1 parent 7a6a239 commit b7b5004
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ public void UploadFTPS_CurrentUserHasNoCertificates()
Assert.IsTrue(ex.Message.Contains("The remote certificate was rejected by the provided RemoteCertificateValidationCallback."));
}

//[Test]
[Test]
public void UploadFTP_TestVerifyOptionsRetry()
{
var path = Helpers.CreateLargeDummyZipFiles(_tempDir, 10);
Expand Down Expand Up @@ -737,7 +737,7 @@ public void UploadFTP_TestVerifyOptionsRetry()
Assert.AreEqual(0, errors);
}

//[Test]
[Test]
public void UploadFTP_TestVerifyOptionsThrow()
{
var path = Helpers.CreateLargeDummyZipFiles(_tempDir, 10);
Expand Down

0 comments on commit b7b5004

Please sign in to comment.