Skip to content

Commit a963ee1

Browse files
Sajjontgrapperon
andauthored
Replace string literal keys with function name (#35)
Co-authored-by: Thomas Grapperon <35562418+tgrapperon@users.noreply.github.com>
1 parent 4675d74 commit a963ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/UserDefaultsDependencyTests/UserDefaultsDependencyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class UserDefaultsDependencyTests: XCTestCase {
3232
} operation: {
3333
XCTAssertEqual(self.userDefaults.bool(forKey: "bool"), bool)
3434
}
35-
UserDefaults.standard.removeObject(forKey: "double")
35+
UserDefaults.standard.removeObject(forKey: "bool")
3636
}
3737

3838
func testLiveUserDefaultsData() {

0 commit comments

Comments
 (0)