Skip to content

Commit 797ce1d

Browse files
committed
Unitlabel test case fix
1 parent 9ae466f commit 797ce1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/tests/Syncfusion.Maui.Toolkit.UnitTest/Chart/Features/DataLabelUnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ public void GetContrastTextColor_BackgroundTransparent_ReturnsDefaultColor()
575575
}
576576

577577
[Theory]
578-
[InlineData(123.456, "$123.46", "C")]
578+
[InlineData(123.456, "123", "#")]
579579
[InlineData(123.456, "123.46", "")]
580580
public void GetLabelContent_VariousInputs_ReturnsExpectedContent(double value, string expectedContent, string format)
581581
{

0 commit comments

Comments
 (0)