Spelling: ... (#3398)

This commit is contained in:
Josh Soref
2020-05-26 11:02:36 -04:00
committed by GitHub
parent b1554ebf37
commit 4a03756b5b
21 changed files with 34 additions and 34 deletions

View File

@@ -58,7 +58,7 @@ namespace ViewModelTests
ShortcutGuideViewModel viewModel = new ShortcutGuideViewModel();
// Assert
// Initilize mock function of sending IPC message.
// Initialize mock function of sending IPC message.
ShellPage.DefaultSndMSGCallback = msg =>
{
OutGoingGeneralSettings snd = JsonSerializer.Deserialize<OutGoingGeneralSettings>(msg);
@@ -77,7 +77,7 @@ namespace ViewModelTests
Assert.AreEqual(1, viewModel.ThemeIndex);
// Assert
// Initilize mock function of sending IPC message.
// Initialize mock function of sending IPC message.
ShellPage.DefaultSndMSGCallback = msg =>
{
ShortcutGuideSettingsIPCMessage snd = JsonSerializer.Deserialize<ShortcutGuideSettingsIPCMessage>(msg);
@@ -96,7 +96,7 @@ namespace ViewModelTests
Assert.AreEqual(900, viewModel.PressTime);
// Assert
// Initilize mock function of sending IPC message.
// Initialize mock function of sending IPC message.
ShellPage.DefaultSndMSGCallback = msg =>
{
ShortcutGuideSettingsIPCMessage snd = JsonSerializer.Deserialize<ShortcutGuideSettingsIPCMessage>(msg);
@@ -115,7 +115,7 @@ namespace ViewModelTests
Assert.AreEqual(90, viewModel.OverlayOpacity);
// Assert
// Initilize mock function of sending IPC message.
// Initialize mock function of sending IPC message.
ShellPage.DefaultSndMSGCallback = msg =>
{
ShortcutGuideSettingsIPCMessage snd = JsonSerializer.Deserialize<ShortcutGuideSettingsIPCMessage>(msg);