Skip to content

Commit 8349903

Browse files
committed
Change test name
1 parent 96e2d7b commit 8349903

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/StatusCommandUITests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void SetStatusInformation_WithComponentHavingBoundsAndLocation_ShouldInvo
9191
}
9292

9393
[Fact]
94-
public void SetStatusInformation_WithComponentWithoutBoundsAndLocation_ShouldInvokeWithEmptyRectangle()
94+
public void SetStatusInformation_WithComponentHavingLocationButNoBounds_ShouldInvokeWithEmptyRectangle()
9595
{
9696
using Component component = new();
9797
Point location = new(50, 60);

0 commit comments

Comments
 (0)