Skip to content

Commit

Permalink
chore(Basis SDK): added the junit library for instrument testing
Browse files Browse the repository at this point in the history
[PP-835]
  • Loading branch information
obaidgini committed Nov 25, 2024
1 parent e26cd02 commit 2eb5ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal-payment-sdk/sdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ dependencies {
testImplementation(libs.kotlinx.coroutines.test)
testImplementation(libs.turbine)
testImplementation(libs.androidx.test.junit)
androidTestImplementation(libs.androidx.test.junit)
testImplementation(libs.robolectric)
testImplementation(libs.truth)
testImplementation(libs.androidx.test.espresso.core)
Expand Down

0 comments on commit 2eb5ea5

Please sign in to comment.