Skip to content

Commit

Permalink
Test the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed May 13, 2021
1 parent 81420bd commit 3234250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loafwalletTests/Card Tests/CardTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CardTests: XCTestCase {

//The test server simulator can be in another locale so but cases should pass
if Locale.current == usLocale {
XCTFail("\(Locale.current.debugDescription)")
XCTAssertTrue(UserDefaults.userIsInUSA)
} else {
XCTAssertFalse(UserDefaults.userIsInUSA)
Expand Down

0 comments on commit 3234250

Please sign in to comment.