Skip to content

Commit 226f3b1

Browse files
Forgot to increment count
1 parent 7ea1bde commit 226f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/UnitTests.UWP/Extensions/Test_VisualTreeExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
226226

227227
var array = textBlocks.ToArray();
228228

229-
Assert.AreEqual(3, array.Length, "Expected to find 3 TextBlock elements.");
229+
Assert.AreEqual(4, array.Length, "Expected to find 4 TextBlock elements.");
230230

231231
// I don't think we want to guarantee order here, so just care that we can find each one.
232232
Assert.IsTrue(array.Any((tb) => tb.Name == "One"), "Couldn't find TextBlock 'One'");

0 commit comments

Comments
 (0)