Skip to content

Commit

Permalink
Fix test for spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pram committed May 20, 2019
1 parent 083c77c commit 092b972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Test/winswTests/Configuration/ExamplesTest.cs
Expand Up @@ -24,7 +24,7 @@ public void allOptionsConfigShouldDeclareDefaults()

Assert.AreEqual("myapp", d.Id);
Assert.AreEqual("MyApp Service (powered by WinSW)", d.Caption);
Assert.AreEqual("This service is a service cratead from a sample configuration", d.Description);
Assert.AreEqual("This service is a service created from a sample configuration", d.Description);
Assert.AreEqual("%BASE%\\myExecutable.exe", d.Executable);

ServiceDescriptorAssert.AssertAllOptionalPropertiesAreDefault(d);
Expand All @@ -37,7 +37,7 @@ public void minimalConfigShouldDeclareDefaults()

Assert.AreEqual("myapp", d.Id);
Assert.AreEqual("MyApp Service (powered by WinSW)", d.Caption);
Assert.AreEqual("This service is a service cratead from a minimal configuration", d.Description);
Assert.AreEqual("This service is a service created from a minimal configuration", d.Description);
Assert.AreEqual("%BASE%\\myExecutable.exe", d.Executable);

ServiceDescriptorAssert.AssertAllOptionalPropertiesAreDefault(d);
Expand Down

0 comments on commit 092b972

Please sign in to comment.