lib: Use counterfeiter to mock interfaces in tests (#7375)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,8 @@
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
//go:generate counterfeiter -o mocks/mocked_wrapper.go --fake-name Wrapper . Wrapper
|
||||
|
||||
package config
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user