Skip to content

Commit e66e065

Browse files
committed
fix lint
1 parent e68f08c commit e66e065

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/provider/client_mock_workspaces_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,3 @@ func (m *mockWorkspaces) ListTagBindings(ctx context.Context, workspaceID string
212212
func (m *mockWorkspaces) AddTagBindings(ctx context.Context, workspaceID string, options tfe.WorkspaceAddTagBindingsOptions) ([]*tfe.TagBinding, error) {
213213
panic("not implemented")
214214
}
215-
216-
func (m *mockWorkspaces) ListEffectiveTagBindings(ctx context.Context, workspaceID string) ([]*tfe.EffectiveTagBinding, error) {
217-
panic("not implemented")
218-
}

0 commit comments

Comments
 (0)