Skip to content

Commit

Permalink
testing: made faulty storage less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Jun 11, 2021
1 parent 4dbd93e commit 9014778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/blobtesting/faulty.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func (s *FaultyStorage) getNextFault(ctx context.Context, method string, args ..
faults := s.Faults[method]
if len(faults) == 0 {
s.mu.Unlock()
log(ctx).Debugf("no faults for %v %v", method, args)

return nil
}
Expand Down

0 comments on commit 9014778

Please sign in to comment.