Skip to content

Commit

Permalink
refactor unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Jun 10, 2024
1 parent d52d1fd commit 5867fd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions library_generation/test/generate_pr_description_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ def test_generate_pr_description_with_combined_message(
LibraryChange(
changed_param="libraries_bom_version", current_value="2.3.4"
),
LibraryChange(
changed_param="protoc_version", current_value="3.4.5"
),
],
ChangeType.GOOGLEAPIS_COMMIT: [],
},
Expand All @@ -158,7 +155,6 @@ def test_generate_pr_description_with_combined_message(
googleapis_commitish=documentai_commit_sha,
libraries_bom_version="2.3.4",
libraries=[library],
protoc_version="3.4.5",
),
),
description_path=cwd,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ BEGIN_NESTED_COMMIT
chore: update repo-level parameter libraries_bom_version to 2.3.4
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
chore: update repo-level parameter protoc_version to 3.4.5
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Make Layout Parser generally available in V1

PiperOrigin-RevId: 638924855
Expand Down

0 comments on commit 5867fd7

Please sign in to comment.