Fixed hide warnings.

This commit is contained in:
drieseng
2016-04-23 20:25:33 +02:00
parent c3618cf771
commit 1810e45284
2 changed files with 2 additions and 4 deletions
@@ -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();