Skip to content

Commit 9867433

Browse files
committed
Test fixes
1 parent ad1c3c6 commit 9867433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imagekit-sdk/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
compile group: 'com.squareup.okio', name: 'okio', version: '1.14.0'
2525
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
2626
testCompile group: 'junit', name: 'junit', version: '4.12'
27+
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
2728
testCompile "org.mockito:mockito-all:2.+"
2829
testImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0'
2930
}

0 commit comments

Comments
 (0)