package tests import "errors" // ErrFake represents a fake error used in tests. var ErrFake = errors.New("fake error for tests")