Skip to content

Commit

Permalink
test: Update UITest to match new FontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Feb 11, 2021
1 parent 985aab9 commit 7cd1bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Uno.UI.Tests.Windows_UI_XAML_Controls.TextBlockTests
[TestClass]
public class Given_TextBlock
{
private const double DefaultFontSize = 15.0; //TODO: This should change to 14.0 when Uno is aligned to a newer version of the UWP SDK
private const double DefaultFontSize = 14.0;

[TestMethod]
public void When_Default_FontSize()
Expand Down

0 comments on commit 7cd1bae

Please sign in to comment.