Skip to content

Commit a0e99ad

Browse files
authored
test: fix CI breakages (#2468)
1 parent 83b8b0b commit a0e99ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/librarian/command_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,8 +1693,7 @@ func TestWritePRBody(t *testing.T) {
16931693
name: "unable to save file",
16941694
info: &commitInfo{
16951695
repo: &MockRepository{
1696-
Dir: t.TempDir(),
1697-
AddAllStatus: make(git.Status),
1696+
Dir: t.TempDir(),
16981697
RemotesValue: []*gitrepo.Remote{
16991698
{
17001699
Name: "origin",

0 commit comments

Comments
 (0)