Skip to content

Commit

Permalink
More CodeQL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuVirtanen committed Feb 22, 2024
1 parent 35fc8c8 commit 2aae657
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ public async Task DownloadFiles_AppendingToExistingFile()
{
Directory.CreateDirectory(_destWorkDir);

Console.WriteLine(_connection.UserName);
Console.WriteLine(_connection.Password);

var options = new Options
{
ThrowErrorOnFail = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public virtual void OneTimeSetup()
[SetUp]
public virtual void Setup()
{
Console.WriteLine(_connection.UserName);
Console.WriteLine(_connection.Password);
Helpers.UploadTestFiles(_source.Directory, 3);
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2aae657

Please sign in to comment.