Skip to content

Commit f434392

Browse files
committed
Remove leftover debugging class
1 parent d978148 commit f434392

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/CommunityToolkit.Maui.UnitTests/Services/PopupServiceTests.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ public void ShowPopupAsync_UsingNavigation_WithViewType_ShowsPopup()
6565
Assert.IsType<PopupPage>(navigation.ModalStack[0]);
6666
}
6767

68-
public class AsynchronousPopupTest
69-
{
70-
readonly TimeSpan waitTime;
71-
72-
public AsynchronousPopupTest(Action action, TimeSpan waitTime)
73-
{
74-
this.waitTime = waitTime;
75-
action.Invoke();
76-
}
77-
78-
public async Task WaitUntilCompleted()
79-
{
80-
await Task.Delay(waitTime, TestContext.Current.CancellationToken);
81-
}
82-
}
83-
8468
[Fact]
8569
public void ShowPopupAsync_UsingPage_WithViewType_ShowsPopup()
8670
{

0 commit comments

Comments
 (0)