Skip to content

Commit

Permalink
minor log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed May 2, 2024
1 parent c426617 commit bd7b252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration_tests/interrupt/git_clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (s *ignoreInterruptsTest) TestGitClone(t *testing.T) {
output, err := cloneRepository()

if err != nil {
t.Errorf("cloneRepository() failed: %s: %v", string(output), err)
t.Errorf("Git clone failed: %s: %v", string(output), err)
}
}

Expand Down Expand Up @@ -132,7 +132,7 @@ func (s *ignoreInterruptsTest) TestGitCommitWithChanges(t *testing.T) {
output, err = nonEmptyCommit()

if err != nil {
t.Errorf("Git empty commit failed: %s: %v", string(output), err)
t.Errorf("Git commit failed: %s: %v", string(output), err)
}
}

Expand Down

0 comments on commit bd7b252

Please sign in to comment.