Skip to content

Commit 39a5a37

Browse files
committed
Address FeedBacks
1 parent 1885913 commit 39a5a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DesignerUtilsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public void GetTextBaseline_ShouldReturnExpectedBaseline_WithVariousFontsAndBoun
576576
}
577577

578578
[WinFormsFact]
579-
public void GetTextBaseline_ShouldThrowNullNullException_WhenControlIsNull()
579+
public void GetTextBaseline_ShouldThrowNullException_WhenControlIsNull()
580580
{
581581
Action action = () => DesignerUtils.GetTextBaseline(null!, ContentAlignment.TopLeft);
582582

0 commit comments

Comments
 (0)