TestJavaHostGeneral Fix
This fixes "expected 2 bazel modules in "." but did not find any" error that the test was getting. Test: got test ./bp2build Change-Id: I376c7c9974d301fc85894ecf2b0838c863a74a47
This commit is contained in:
@@ -34,7 +34,7 @@ func TestJavaTestHostGeneral(t *testing.T) {
|
||||
runJavaTestHostTestCase(t, Bp2buildTestCase{
|
||||
Description: "java_test_host general",
|
||||
Filesystem: map[string]string{},
|
||||
StubbedBuildDefinitions: []string{"lib_a", "lib_b"},
|
||||
StubbedBuildDefinitions: []string{"lib_a", "static_libs_a"},
|
||||
Blueprint: `
|
||||
java_test_host {
|
||||
name: "java_test_host-1",
|
||||
|
Reference in New Issue
Block a user