Skip to content

Commit

Permalink
Fixes lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wbreza committed Aug 26, 2024
1 parent 65e37e8 commit b5e46c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/azd/pkg/infra/provisioning/bicep/bicep_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -891,10 +891,6 @@ type mockedScope struct {
baseDate string
}

func (m *mockedScope) Type() infra.ScopeType {
return infra.ScopeType("mock")
}

func (m *mockedScope) SubscriptionId() string {
return "sub-id"
}
Expand Down

0 comments on commit b5e46c6

Please sign in to comment.