Skip to content

Commit 6a75f9b

Browse files
Update src/System.Windows.Forms.Design/tests/UnitTests/System/Windows/Forms/Design/ToolStripContainerActionListTests.cs
1 parent 58c769c commit 6a75f9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ public void GetSortedActionItems_ReturnsCorrectItems_WhenProvideReparent()
198198
.Select(i => i.DisplayName ?? string.Empty)
199199
.ToList();
200200

201-
displayNames.Should().Contain(new[] { SR.ToolStripContainerActionList_Top, SR.ToolStripContainerActionList_Bottom, SR.ToolStripContainerActionList_Left, SR.ToolStripContainerActionList_Right, SR.DesignerShortcutReparentControls });
201+
displayNames.Should().Contain(new[] {
202+
SR.ToolStripContainerActionList_Top,
203+
SR.ToolStripContainerActionList_Bottom,
204+
SR.ToolStripContainerActionList_Left,
205+
SR.ToolStripContainerActionList_Right,
206+
SR.DesignerShortcutReparentControls });
202207
}
203208
}

0 commit comments

Comments
 (0)