Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stephenson committed Sep 16, 2022
1 parent 96e7d60 commit fd55206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apiclient/mock_transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,3 +434,7 @@ func (m *mockTransport) SetCordoned(ctx context.Context, nodeID id.Node, params
func (m *mockTransport) EvictReplica(ctx context.Context, namespaceID string, id string, deploymentID string) error {
return nil
}

func (m *mockTransport) AttemptPromotion(ctx context.Context, namespaceID string, id string, deploymentID string) error {
return nil
}

0 comments on commit fd55206

Please sign in to comment.