diff --git a/paymentsheet/src/test/java/com/stripe/android/paymentsheet/DisplayableSavedPaymentMethodTest.kt b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/DisplayableSavedPaymentMethodTest.kt index 137c972d498..eb198d1113a 100644 --- a/paymentsheet/src/test/java/com/stripe/android/paymentsheet/DisplayableSavedPaymentMethodTest.kt +++ b/paymentsheet/src/test/java/com/stripe/android/paymentsheet/DisplayableSavedPaymentMethodTest.kt @@ -15,7 +15,7 @@ import kotlin.test.Test @Config(sdk = [Build.VERSION_CODES.Q]) class DisplayableSavedPaymentMethodTest { - val context: Context = getApplicationContext() + private val context: Context = getApplicationContext() @Test fun getDescription_usesDisplayedCardBrand() {