Skip to content

Commit

Permalink
Minor Test Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AathifMahir committed Mar 17, 2024
1 parent 2ff3045 commit f811333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MauiIcons.Modules.UnitTest/Controls/MauiIconTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void CastingLabelSpacer()
// Assert
label.FormattedText.Should().NotBeNull();
label.FormattedText.Spans[1].Should().NotBeNull();
label.FormattedText.Spans[1].Text.Should().Be(" ");
label.FormattedText.Spans[1].Text.Should().Be("");
}

[Fact]
Expand Down

0 comments on commit f811333

Please sign in to comment.