Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 6, 2023
1 parent dcd3af1 commit 94f6bc6
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 @@ -265,8 +265,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 94f6bc6

Please sign in to comment.