Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Nov 7, 2023
1 parent 24554ef commit fd80e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd80e16

Please sign in to comment.