From a8ff71b5d21dd0e77738c2f3cb9f609c0fd57844 Mon Sep 17 00:00:00 2001 From: Dor-bl Date: Tue, 26 Sep 2023 14:58:47 +0300 Subject: [PATCH] fix: typo fix --- test/integration/ServerTests/StartingAppLocallyTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/ServerTests/StartingAppLocallyTest.cs b/test/integration/ServerTests/StartingAppLocallyTest.cs index 5246b9bd..6a268c1e 100644 --- a/test/integration/ServerTests/StartingAppLocallyTest.cs +++ b/test/integration/ServerTests/StartingAppLocallyTest.cs @@ -104,7 +104,7 @@ public void StartingIosAppWithCapabilitiesOnlyTest() } [Test] - public void StartingIosAppWithCapabilitiesAndServiseTest() + public void StartingIosAppWithCapabilitiesAndServiceTest() { var app = Apps.Get("iosTestApp"); var capabilities = @@ -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