Skip to content

Commit 11000ee

Browse files
authored
chore: fix failing tests at head (#3489)
Fixed failing tests in TestCreateLibrary.
1 parent e485311 commit 11000ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/librarian/create_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ func TestCreateLibrary(t *testing.T) {
5050
Name: "google-cloud-secretmanager",
5151
CopyrightYear: copyrightYear,
5252
Output: "newlib-output",
53-
Version: "0.1.0",
5453
},
5554
},
5655
},
@@ -93,7 +92,6 @@ func TestCreateLibrary(t *testing.T) {
9392
Name: "google-cloud-secretmanager",
9493
CopyrightYear: copyrightYear,
9594
Output: "newlib-output",
96-
Version: "0.1.0",
9795
},
9896
},
9997
},

0 commit comments

Comments
 (0)