Skip to content

Commit

Permalink
fix: Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Feb 22, 2024
1 parent 9095234 commit 0acd6bc
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ public async Task When_Null_Uri_Is_Queried()
await Assert.ThrowsExceptionAsync<ArgumentNullException>(() => Launcher.QueryUriSupportAsync(null, LaunchQuerySupportType.Uri).AsTask());
}

[TestMethod]
public async Task When_LaunchUriAsync_From_Non_UI_Thread()
{
await Assert.ThrowsExceptionAsync<InvalidOperationException>(
() => Task.Run(
() => Launcher.LaunchUriAsync(new Uri("https://platform.uno"))));
}

[TestMethod]
public async Task When_Valid_Uri_Is_Queried()
{
Expand Down

0 comments on commit 0acd6bc

Please sign in to comment.