Skip to content

Commit

Permalink
Fix unit test expectations
Browse files Browse the repository at this point in the history
commit-id:c0ddaea5
  • Loading branch information
mstory21 authored and Eitan Joffe committed Mar 4, 2022
1 parent 4ad55c0 commit c05fcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/mockgit/mockgit.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (m *Mock) ExpectFetch() {
}

func (m *Mock) ExpectLogAndRespond(commits []*git.Commit) {
m.expect("git log origin/master..HEAD").commitRespond(commits)
m.expect("git log --no-color origin/master..HEAD").commitRespond(commits)
}

func (m *Mock) ExpectPushCommits(commits []*git.Commit) {
Expand Down

0 comments on commit c05fcaf

Please sign in to comment.