Skip to content

Commit 7ab9ae3

Browse files
authored
fix: setups for manually runs single JUnit test
1 parent 0ca7a21 commit 7ab9ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ GOLDEN_UPDATING_UNIT_TESTS = [
209209
args = [test_class],
210210
runtime_deps = [
211211
":gapic_generator_java",
212+
":gapic_generator_java_test",
212213
] + MAIN_DEPS + TEST_DEPS,
213214
data = glob([
214215
"src/test/java/**/*.golden",

0 commit comments

Comments
 (0)