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

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Invvard committed Jun 18, 2019
1 parent cecd875 commit 1a76b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void DisplayLayoutViewModel_Constructor()
Assert.Equal("Please, go to the settings and update the layout.", displayLayoutViewModel.NoLayoutWarningSecondLine);
Assert.Equal("Current layer :", displayLayoutViewModel.CurrentLayerNameTitle);
Assert.Equal("", displayLayoutViewModel.CurrentLayerName);
Assert.Equal("Press 'Space' to display next layer", displayLayoutViewModel.ControlHintSpaceLabel);
Assert.Equal("Scroll up/down or press 'Space' to display next layer", displayLayoutViewModel.ControlHintSpaceLabel);
Assert.Equal("Press 'Escape' to hide window", displayLayoutViewModel.ControlHintEscapeLabel);
Assert.Equal("_Pin window", displayLayoutViewModel.ToggleBtnPinWindowContent);
Assert.Equal("Press 'P' to toggle", displayLayoutViewModel.ToggleBtnPinWindowTooltip);
Expand Down

0 comments on commit 1a76b1d

Please sign in to comment.