Skip to content

Commit

Permalink
Fix mock API (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavs committed Jul 20, 2018
1 parent 0f09a80 commit 8e0b7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock/contiv/contiv_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ func (mc *MockContiv) GetHostIPs() []net.IP {
}

// GetMainVrfID returns the ID of the main network connectivity VRF.
func (mc *MockContiv) GetMainVrfId() uint32 {
func (mc *MockContiv) GetMainVrfID() uint32 {
return mc.mainVrfId
}

// GetPodVrfID returns the ID of the POD VRF.
func (mc *MockContiv) GetPodVrfId() uint32 {
func (mc *MockContiv) GetPodVrfID() uint32 {
return mc.podVrfId
}

0 comments on commit 8e0b7c9

Please sign in to comment.