diff --git a/paymentsheet/src/test/java/com/stripe/android/customersheet/CustomerSheetViewModelTest.kt b/paymentsheet/src/test/java/com/stripe/android/customersheet/CustomerSheetViewModelTest.kt index b35e22ed91e..b963a451f30 100644 --- a/paymentsheet/src/test/java/com/stripe/android/customersheet/CustomerSheetViewModelTest.kt +++ b/paymentsheet/src/test/java/com/stripe/android/customersheet/CustomerSheetViewModelTest.kt @@ -34,7 +34,6 @@ import com.stripe.android.paymentsheet.R import com.stripe.android.paymentsheet.forms.FormFieldValues import com.stripe.android.paymentsheet.model.PaymentSelection import com.stripe.android.paymentsheet.model.SavedSelection -import com.stripe.android.paymentsheet.paymentdatacollection.ach.BankFormScreenState import com.stripe.android.paymentsheet.state.PaymentElementLoader import com.stripe.android.paymentsheet.ui.EditPaymentMethodViewAction import com.stripe.android.paymentsheet.ui.EditPaymentMethodViewAction.OnBrandChoiceChanged diff --git a/paymentsheet/src/test/java/com/stripe/android/paymentsheet/PaymentSheetViewModelTest.kt b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/PaymentSheetViewModelTest.kt index 2621532ec0e..74c2b5730d2 100644 --- a/paymentsheet/src/test/java/com/stripe/android/paymentsheet/PaymentSheetViewModelTest.kt +++ b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/PaymentSheetViewModelTest.kt @@ -78,7 +78,6 @@ import com.stripe.android.paymentsheet.navigation.PaymentSheetScreen import com.stripe.android.paymentsheet.navigation.PaymentSheetScreen.AddAnotherPaymentMethod import com.stripe.android.paymentsheet.navigation.PaymentSheetScreen.AddFirstPaymentMethod import com.stripe.android.paymentsheet.navigation.PaymentSheetScreen.SelectSavedPaymentMethods -import com.stripe.android.paymentsheet.paymentdatacollection.ach.BankFormScreenState import com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationContract import com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationLauncher import com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationLauncherFactory