Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Apr 4, 2024
1 parent 1559e90 commit 9f8ad0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public async Task DownloadCheckSums_BothServicesAreDown()
Assert.AreEqual(null, result);
}

// [TestMethod]
[TestMethod]
public async Task GetExifToolByOs()
{
var fakeIHttpProvider = new FakeIHttpProvider(new Dictionary<string, HttpContent>
Expand Down Expand Up @@ -474,7 +474,7 @@ public async Task StartDownloadForUnix_Fail()
.StartDownloadForUnix();
}

// [TestMethod]
[TestMethod]
public async Task StartDownloadForUnix_2Times()
{
var fakeIHttpProvider = new FakeIHttpProvider(new Dictionary<string, HttpContent>
Expand Down

0 comments on commit 9f8ad0f

Please sign in to comment.