We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4675d74 commit a963ee1Copy full SHA for a963ee1
Tests/UserDefaultsDependencyTests/UserDefaultsDependencyTests.swift
@@ -32,7 +32,7 @@ final class UserDefaultsDependencyTests: XCTestCase {
32
} operation: {
33
XCTAssertEqual(self.userDefaults.bool(forKey: "bool"), bool)
34
}
35
- UserDefaults.standard.removeObject(forKey: "double")
+ UserDefaults.standard.removeObject(forKey: "bool")
36
37
38
func testLiveUserDefaultsData() {
0 commit comments