diff options
author | 2024-11-22 03:24:20 +0000 | |
---|---|---|
committer | 2024-11-22 03:24:20 +0000 | |
commit | eea1ab3a49447ef90076725f1e3d74ae77b1b864 (patch) | |
tree | 693fc0e49f47c9ad137bff8e8087ef0d83f8c3f3 /java/testing.go | |
parent | 0ba56bf17976ea63c555f560d3437bd246422fde (diff) | |
parent | aed2e74b6131b95f0811c2d564f51c31dad48ce2 (diff) |
Merge "replace aconfig_storage_reader_java to aconfig_storage_stub" into main
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 cb3245ba7..0ea4e6408 100644 --- a/java/testing.go +++ b/java/testing.go @@ -428,7 +428,7 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", - "aconfig_storage_reader_java", + "aconfig_storage_stub", "unsupportedappusage", } |