Typo in Mock Observations Service check.
This commit is contained in:
parent
88cbefc8fe
commit
72078cf6e4
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ type MockObservationsService struct {
|
|||
Delete_ func(id int64) (bool, error)
|
||||
}
|
||||
|
||||
var _ObservationsService = &MockObservationsService{}
|
||||
var _ ObservationsService = &MockObservationsService{}
|
||||
|
||||
func (s *MockObservationsService) Get(id int64) (*Observation, error) {
|
||||
if s.Get_ == nil {
|
||||
|
|
Reference in a new issue