We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1885913 commit 39a5a37Copy full SHA for 39a5a37
src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/DesignerUtilsTests.cs
@@ -576,7 +576,7 @@ public void GetTextBaseline_ShouldReturnExpectedBaseline_WithVariousFontsAndBoun
576
}
577
578
[WinFormsFact]
579
- public void GetTextBaseline_ShouldThrowNullNullException_WhenControlIsNull()
+ public void GetTextBaseline_ShouldThrowNullException_WhenControlIsNull()
580
{
581
Action action = () => DesignerUtils.GetTextBaseline(null!, ContentAlignment.TopLeft);
582
0 commit comments