Skip to content

Commit 84497b6

Browse files
authored
Use new MockServer in benchmarks (#5949)
1 parent fc0191e commit 84497b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/microbenchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353

5454
androidTestImplementation(libs.benchmark.junit4)
5555
androidTestImplementation(libs.androidx.test.core)
56-
androidTestImplementation("com.apollographql.apollo3:apollo-mockserver")
56+
androidTestImplementation(libs.apollo.mockserver)
5757
androidTestImplementation("com.apollographql.apollo3:apollo-testing-support")
5858
}
5959

0 commit comments

Comments
 (0)