We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc9a8b commit 8edfff2Copy full SHA for 8edfff2
docs/samples/tests/xunit/AsyncDataTest.cs
@@ -63,7 +63,7 @@ public void LoadDataAsyncAssertion()
63
64
// Wait for assertion to pass
65
cut.WaitForAssertion(() => cut.MarkupMatches("<p>Hello World</p>"));
66
- cut.WaitForAssertion(() => cut.MarkupMatches("<p>xHello World</p>"), TimeSpan.FromSeconds(2));
+ cut.WaitForAssertion(() => cut.MarkupMatches("<p>Hello World</p>"), TimeSpan.FromSeconds(2));
67
}
68
69
0 commit comments