Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into dependabot/nuget/dependencies-0257416259
  • Loading branch information
Rob-Hague committed Aug 2, 2025
commit 1e31e3567b4d9b95cbffcc2b8d2c76f501d2a65c
4 changes: 2 additions & 2 deletions test/Renci.SshNet.Tests/Classes/Sftp/SftpFileStreamTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Renci.SshNet.Tests.Classes.Sftp
[TestClass]
public class SftpFileStreamTest
{
[DataTestMethod]
[TestMethod]
[DataRow(false)]
[DataRow(true)]
public async Task BadFileMode_ThrowsArgumentOutOfRangeException(bool isAsync)
Expand All @@ -38,7 +38,7 @@ public async Task BadFileMode_ThrowsArgumentOutOfRangeException(bool isAsync)
Assert.AreEqual("mode", ex.ParamName);
}

[DataTestMethod]
[TestMethod]
[DataRow(false)]
[DataRow(true)]
public async Task BadFileAccess_ThrowsArgumentOutOfRangeException(bool isAsync)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.