Skip to content

Commit

Permalink
Check for platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
imuller committed Jun 11, 2024
1 parent fc1f5e2 commit 61c4321
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if ANDROID || IOS
using NUnit.Framework;
using UITest.Appium;
using UITest.Core;
Expand All @@ -23,4 +24,5 @@ public void NoExceptionShouldBeThrown()

//The test passes if no exception is thrown
}
}
}
#endif

0 comments on commit 61c4321

Please sign in to comment.