diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 5eab2ed6d..9d72dbb07 100644 --- a/java/testing.go +++ b/java/testing.go @@ -427,7 +427,7 @@ func gatherRequiredDepsForTest() string { "kotlin-annotations", "stub-annotations", "aconfig-annotations-lib", - "aconfig_storage_reader_java", + "aconfig_storage_stub", "unsupportedappusage", } |