Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oferze authored and vinjiang committed Apr 1, 2019
1 parent 0c83e3b commit 66fe8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/DMLibTest/Cases/OverwriteTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void OverwriteDestination()
Test.Assert(transferException != null, "Verify the exception is a TransferException");

VerificationHelper.VerifyTransferException(transferException, TransferErrorCode.NotOverwriteExistingDestination,
"Skiped file", destExistNName);
"Skipped file", destExistNName);
}
}

Expand Down Expand Up @@ -176,7 +176,7 @@ public void DirectoryOverwriteDestination()
Test.Assert(transferException != null, "Verify the exception is a TransferException");

VerificationHelper.VerifyTransferException(transferException, TransferErrorCode.NotOverwriteExistingDestination,
"Skiped file", destExistNName);
"Skipped file", destExistNName);
};

transferContext.FileTransferred += (object sender, TransferEventArgs args) =>
Expand Down

0 comments on commit 66fe8d2

Please sign in to comment.