Skip to content

Commit c2b6770

Browse files
committed
linter fixes
1 parent a675437 commit c2b6770

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/Utils/UnitTestCase.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ import Foundation
1515
@testable import ReactiveCollectionsKit
1616
import XCTest
1717

18-
@MainActor
19-
// swiftlint:disable:next final_test_case
20-
class UnitTestCase: XCTestCase {
18+
// swiftlint:disable:next final_test_case attributes
19+
@MainActor class UnitTestCase: XCTestCase {
2120

2221
private static let frame = CGRect(x: 0, y: 0, width: 320, height: 600)
2322

0 commit comments

Comments
 (0)