Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 1a76b1d

Browse files
committed
Fix unit tests
1 parent cecd875 commit 1a76b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Tests/ViewModel/DisplayLayoutViewModelTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void DisplayLayoutViewModel_Constructor()
4747
Assert.Equal("Please, go to the settings and update the layout.", displayLayoutViewModel.NoLayoutWarningSecondLine);
4848
Assert.Equal("Current layer :", displayLayoutViewModel.CurrentLayerNameTitle);
4949
Assert.Equal("", displayLayoutViewModel.CurrentLayerName);
50-
Assert.Equal("Press 'Space' to display next layer", displayLayoutViewModel.ControlHintSpaceLabel);
50+
Assert.Equal("Scroll up/down or press 'Space' to display next layer", displayLayoutViewModel.ControlHintSpaceLabel);
5151
Assert.Equal("Press 'Escape' to hide window", displayLayoutViewModel.ControlHintEscapeLabel);
5252
Assert.Equal("_Pin window", displayLayoutViewModel.ToggleBtnPinWindowContent);
5353
Assert.Equal("Press 'P' to toggle", displayLayoutViewModel.ToggleBtnPinWindowTooltip);

0 commit comments

Comments
 (0)