Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Aug 31, 2023
1 parent 5f356e2 commit 37bae80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/RevenueCatUITests/LocalizationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ class DiscountSpanishLocalizationTests: BaseLocalizationTests {
override var locale: Locale { return .init(identifier: "es_ES") }

func testLocalization() throws {
try XCTSkipIf(true, "Localization not available yet")

verify(0, "Ahorra 0%")
verify(0.1, "Ahorra 10%")
verify(0.331, "Ahorra 33%")
Expand Down

0 comments on commit 37bae80

Please sign in to comment.