Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Oct 15, 2024
1 parent f8ef111 commit 9f2b5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release/release_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_bump_single_version_success(self):
runner.invoke(
bump_released_version,
[
"--artifact_ids=google-cloud-asset",
"--artifact-ids=google-cloud-asset",
"--versions=versions-asset.txt",
],
)
Expand All @@ -35,7 +35,7 @@ def test_bump_multiple_versions_success(self):
runner.invoke(
bump_released_version,
[
"--artifact_ids=google-cloud-bigqueryconnection,google-cloud-java",
"--artifact-ids=google-cloud-bigqueryconnection,google-cloud-java",
"--versions=versions-multiple.txt",
],
)
Expand Down

0 comments on commit 9f2b5a1

Please sign in to comment.