Skip to content

Commit

Permalink
Merge branch 'master' into cs/quicker_eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
cszczepaniak committed Jul 30, 2023
2 parents a5c8ded + 862e410 commit d4ebae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ func (m *Mock) AssertExpectations(t TestingT) bool {
satisfied, reason := m.checkExpectation(expectedCall)
if !satisfied {
failedExpectations++
t.Logf(reason)
}
t.Logf(reason)
}

if failedExpectations != 0 {
Expand Down

0 comments on commit d4ebae4

Please sign in to comment.