Skip to content

Commit

Permalink
dr: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Mar 21, 2022
1 parent c1e49b8 commit 88876d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/devicerepository/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ func (s *mockStore) GetModels(req store.GetModelsRequest) (*store.GetModelsRespo
}, nil
}

// GetLoRaWANDeviceProfiles implements store.
func (s *mockStore) GetLoRaWANDeviceProfiles(req store.GetLoRaWANDeviceProfilesRequest) (*store.GetLoRaWANDeviceProfilesResponse, error) {
// GetEndDeviceProfiles implements store.
func (s *mockStore) GetEndDeviceProfiles(req store.GetEndDeviceProfilesRequest) (*store.GetEndDeviceProfilesResponse, error) {
return nil, nil
}

Expand Down

0 comments on commit 88876d4

Please sign in to comment.