summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-12 01:43:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-12 01:43:15 +0000
commit8996dbc91c48ecb98904c864d6f51579ff79997f (patch)
treed00dc382ad3cbbc60b086bb93ff0703a0b9d16e1 /java/java_test.go
parent6fab06d56b14c99abfce9856e2e38f267e4620aa (diff)
parent2261a82dbd9599fc1a7091fffea6931fbb5c4963 (diff)
Merge "Remove unused property naming_scheme in java_sdk_library" into main
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go
index e4e6bca9c..c13db3e30 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -2674,7 +2674,7 @@ func TestDisableFromTextStubForCoverageBuild(t *testing.T) {
android.AssertBoolEquals(t, "stub module expected to depend on from-source stub",
true, CheckModuleHasDependency(t, result.TestContext,
apiScopePublic.stubsLibraryModuleName("foo"), "android_common",
- apiScopePublic.sourceStubLibraryModuleName("foo")))
+ apiScopePublic.sourceStubsLibraryModuleName("foo")))
android.AssertBoolEquals(t, "stub module expected to not depend on from-text stub",
false, CheckModuleHasDependency(t, result.TestContext,