Skip to content

Commit

Permalink
fix: lintint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
hank121314 committed Apr 4, 2024
1 parent b4f92e0 commit cd6153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DefaultsTests/Defaults+iCloudTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private let mockStorage = MockStorage()

@available(iOS 15, tvOS 15, watchOS 8, visionOS 1.0, *)
final class DefaultsICloudTests: XCTestCase {
override class func setUp() {
override final class func setUp() {
Defaults.iCloud.isDebug = true
Defaults.iCloud.syncOnChange = true
Defaults.iCloud.synchronizer = iCloudSynchronizer(remoteStorage: mockStorage)
Expand Down

0 comments on commit cd6153c

Please sign in to comment.