mirror of
https://github.com/restic/restic.git
synced 2025-08-21 01:47:48 +00:00
Fix typos
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
// MockT passes through all logging functions from T, but catches Fail(),
|
||||
// Error/f() and Fatal/f(). It is used to test test helper functions.
|
||||
// Error/f() and Fatal/f(). It is used to test helper functions.
|
||||
type MockT struct {
|
||||
*testing.T
|
||||
HasFailed bool
|
||||
|
Reference in New Issue
Block a user