Skip to content

Commit 470b02c

Browse files
committed
Resolve storage test failure
1 parent dce851d commit 470b02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-storage/firebase-storage.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
testImplementation "com.google.truth:truth:$googleTruthVersion"
103103
testImplementation 'androidx.test:rules:1.2.0'
104104
testImplementation 'androidx.test:core:1.2.0'
105-
testImplementation 'com.google.firebase:firebase-appcheck:16.1.1'
105+
testImplementation project(':appcheck:firebase-appcheck')
106106
}
107107

108108
// ==========================================================================

0 commit comments

Comments
 (0)