Skip to content

Commit 70c9ef0

Browse files
committed
minor fix for the Load test case
1 parent cddc5a6 commit 70c9ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnitTests/UnitTests.UWP/UI/Controls/Test_RichSuggestBox.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
304304
await Task.Delay(10);
305305
document.GetText(TextGetOptions.NoHidden, out var text);
306306

307+
Assert.AreEqual(2, rsb.Tokens.Count, "Unexpected tokens count after load.");
307308
Assert.AreEqual("Hello \u200b@Michael Hawker\u200b from \u200b@Tung Huynh\u200b\r", text, "Unexpected document text.");
308309
AssertToken(rsb, token1);
309310
AssertToken(rsb, token2);

0 commit comments

Comments
 (0)