Skip to content

Commit 8edfff2

Browse files
committed
Docs: async assertions 2
1 parent 2cc9a8b commit 8edfff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/samples/tests/xunit/AsyncDataTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public void LoadDataAsyncAssertion()
6363

6464
// Wait for assertion to pass
6565
cut.WaitForAssertion(() => cut.MarkupMatches("<p>Hello World</p>"));
66-
cut.WaitForAssertion(() => cut.MarkupMatches("<p>xHello World</p>"), TimeSpan.FromSeconds(2));
66+
cut.WaitForAssertion(() => cut.MarkupMatches("<p>Hello World</p>"), TimeSpan.FromSeconds(2));
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)