From fd80e16b8a4d1dd80f11aa75208962068311ceaf Mon Sep 17 00:00:00 2001 From: Joseph Pender Date: Tue, 7 Nov 2023 16:38:16 -0600 Subject: [PATCH] lint --- haptics/ios/Tests/HapticsPluginTests/HapticsPluginTests.swift | 2 +- .../ios/Tests/KeyboardPluginTests/KeyboardPluginTests.swift | 2 +- .../ios/Tests/StatusBarPluginTests/StatusBarPluginTests.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haptics/ios/Tests/HapticsPluginTests/HapticsPluginTests.swift b/haptics/ios/Tests/HapticsPluginTests/HapticsPluginTests.swift index a7eec495f..7325c29f9 100644 --- a/haptics/ios/Tests/HapticsPluginTests/HapticsPluginTests.swift +++ b/haptics/ios/Tests/HapticsPluginTests/HapticsPluginTests.swift @@ -1,7 +1,7 @@ import XCTest @testable import HapticsPlugin -final class iosTests: XCTestCase { +final class HapticsPluginTests: XCTestCase { func testExample() throws { // XCTest Documentation // https://developer.apple.com/documentation/xctest diff --git a/keyboard/ios/Tests/KeyboardPluginTests/KeyboardPluginTests.swift b/keyboard/ios/Tests/KeyboardPluginTests/KeyboardPluginTests.swift index 2a652910b..ec2bcde16 100644 --- a/keyboard/ios/Tests/KeyboardPluginTests/KeyboardPluginTests.swift +++ b/keyboard/ios/Tests/KeyboardPluginTests/KeyboardPluginTests.swift @@ -1,7 +1,7 @@ import XCTest @testable import KeyboardPlugin -final class iosTests: XCTestCase { +final class KeyboardPluginTests: XCTestCase { func testExample() throws { // XCTest Documentation // https://developer.apple.com/documentation/xctest diff --git a/status-bar/ios/Tests/StatusBarPluginTests/StatusBarPluginTests.swift b/status-bar/ios/Tests/StatusBarPluginTests/StatusBarPluginTests.swift index 59d10f7ce..97f6f2d5c 100644 --- a/status-bar/ios/Tests/StatusBarPluginTests/StatusBarPluginTests.swift +++ b/status-bar/ios/Tests/StatusBarPluginTests/StatusBarPluginTests.swift @@ -1,7 +1,7 @@ import XCTest @testable import StatusBarPlugin -final class iosTests: XCTestCase { +final class StatusBarPluginTests: XCTestCase { func testExample() throws { // XCTest Documentation // https://developer.apple.com/documentation/xctest