Skip to content

Commit

Permalink
Remove unnecessary using and fix namespace (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-bl authored Jun 15, 2024
1 parent 278b2d6 commit db43345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/IOS/SettingTest.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using Appium.Net.Integration.Tests.helpers;
using NUnit.Framework;
using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.iOS;

namespace Appium.Net.Integration.Tests.iOS
namespace Appium.Net.Integration.Tests.IOS
{
public class SettingTest
{
Expand Down

0 comments on commit db43345

Please sign in to comment.