Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Dec 9, 2024
1 parent 43e1df2 commit a3421c7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import android.content.Intent
import android.net.Uri
import androidx.fragment.app.FragmentActivity
import com.braintreepayments.api.BrowserSwitchClient
import com.braintreepayments.api.BrowserSwitchException
import com.braintreepayments.api.BrowserSwitchFinalResult
import com.braintreepayments.api.BrowserSwitchOptions
import com.braintreepayments.api.BrowserSwitchStartResult
Expand All @@ -15,7 +14,6 @@ import io.mockk.slot
import org.json.JSONObject
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNull
import org.junit.Assert.assertSame
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Test
Expand Down Expand Up @@ -126,7 +124,7 @@ class CardAuthLauncherUnitTest {
} returns finalResult

val result = sut.completeApproveOrderAuthRequest(intent, "pending request")
as CardFinishApproveOrderResult.Success
as CardFinishApproveOrderResult.Success

assertEquals("fake-order-id", result.orderId)
assertTrue(result.didAttemptThreeDSecureAuthentication)
Expand Down

0 comments on commit a3421c7

Please sign in to comment.