Skip to content

Commit

Permalink
minor log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Apr 29, 2024
1 parent 119cfea commit 8fdbc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration_tests/interrupt/git_clone_test.go
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 8fdbc6f

Please sign in to comment.