Skip to content

Commit dbdfae7

Browse files
committed
change class name
1 parent ba98d92 commit dbdfae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cloudbuild/library_generation/scripts/integration_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
WELL_KNOWN_GENERATOR_JAR_FILENAME = "gapic-generator-java.jar"
3434

3535

36-
class CloudBuildIntegrationTest(unittest.TestCase):
36+
class IntegrationTest(unittest.TestCase):
3737

3838
def test_monorepo_generation(self):
3939
repo_dest = "/workspace/google-cloud-java"

0 commit comments

Comments
 (0)