Skip to content

Commit

Permalink
Replace string literal keys with function name (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Grapperon <35562418+tgrapperon@users.noreply.github.com>
  • Loading branch information
Sajjon and tgrapperon authored Mar 19, 2023
1 parent 4675d74 commit a963ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class UserDefaultsDependencyTests: XCTestCase {
} operation: {
XCTAssertEqual(self.userDefaults.bool(forKey: "bool"), bool)
}
UserDefaults.standard.removeObject(forKey: "double")
UserDefaults.standard.removeObject(forKey: "bool")
}

func testLiveUserDefaultsData() {
Expand Down

0 comments on commit a963ee1

Please sign in to comment.