diff --git a/paymentsheet-example/src/androidTest/java/com/stripe/android/lpm/TestMultibanco.kt b/paymentsheet-example/src/androidTest/java/com/stripe/android/lpm/TestMultibanco.kt index 9511c914374..694421bc94b 100644 --- a/paymentsheet-example/src/androidTest/java/com/stripe/android/lpm/TestMultibanco.kt +++ b/paymentsheet-example/src/androidTest/java/com/stripe/android/lpm/TestMultibanco.kt @@ -9,7 +9,6 @@ import com.stripe.android.paymentsheet.example.playground.settings.CurrencySetti import com.stripe.android.paymentsheet.example.playground.settings.DelayedPaymentMethodsSettingsDefinition import com.stripe.android.test.core.AuthorizeAction import com.stripe.android.test.core.TestParameters -import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith