Skip to content

Commit

Permalink
chore: fix When_xLoad_Multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Feb 27, 2024
1 parent ba17393 commit 48708de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI.Tests/Windows_UI_Xaml/Given_xLoad.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void When_xLoad_Multiple()

var stubs = SUT.EnumerateAllChildren().OfType<ElementStub>();

Assert.AreEqual(7, stubs.Count());
Assert.AreEqual(6, stubs.Count());
}

[TestMethod]
Expand Down

0 comments on commit 48708de

Please sign in to comment.