(msg string, args ...any)
| 5761 | } |
| 5762 | |
| 5763 | func (s *mockContextAwareStorage) helperFailure(msg string, args ...any) { |
| 5764 | s.t.Helper() |
| 5765 | s.t.Fatalf(msg, args...) |
| 5766 | } |
| 5767 | |
| 5768 | func (s *mockContextAwareStorage) GetWithContext(context.Context, string) ([]byte, error) { |
| 5769 | s.helperFailure("unexpected call to GetWithContext") |
no test coverage detected