mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 01:36:39 +00:00
Fixed hide warnings.
This commit is contained in:
@@ -23,8 +23,7 @@ namespace Renci.SshNet.Tests.Classes.Sftp.Requests
|
||||
private string _newPath;
|
||||
private byte[] _newPathBytes;
|
||||
|
||||
[TestInitialize]
|
||||
public void Init()
|
||||
protected override void OnInit()
|
||||
{
|
||||
var random = new Random();
|
||||
|
||||
|
||||
@@ -23,8 +23,7 @@ namespace Renci.SshNet.Tests.Classes.Sftp.Requests
|
||||
private string _existingPath;
|
||||
private byte[] _existingPathBytes;
|
||||
|
||||
[TestInitialize]
|
||||
public void Init()
|
||||
protected override void OnInit()
|
||||
{
|
||||
var random = new Random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user