Skip to content

Commit

Permalink
fix: typo fix (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Sep 27, 2023
1 parent aa8cd41 commit 0975ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/ServerTests/StartingAppLocallyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void StartingIosAppWithCapabilitiesOnlyTest()
}

[Test]
public void StartingIosAppWithCapabilitiesAndServiseTest()
public void StartingIosAppWithCapabilitiesAndServiceTest()
{
var app = Apps.Get("iosTestApp");
var capabilities =
Expand All @@ -127,7 +127,7 @@ public void StartingIosAppWithCapabilitiesAndServiseTest()
}

[Test]
public void CheckThatServiseIsNotRunWhenTheCreatingOfANewSessionIsFailed()
public void CheckThatServiceIsNotRunWhenTheCreatingOfANewSessionIsFailed()
{
var capabilities = Env.ServerIsRemote()
? //it will be a cause of error
Expand Down

0 comments on commit 0975ac1

Please sign in to comment.