Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 5, 2024
1 parent b283608 commit e680335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion internal/super/generator/file_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ func NewFileTemplate(

var _ TemplateItem = FileTemplate{}

// GetTemplate returns the template of the contract
// GetType returns the type of the contract
func (c FileTemplate) GetType() string {
return "file"
}

func (c FileTemplate) GetTemplatePath() string {
return c.TemplatePath
}
Expand Down
4 changes: 0 additions & 4 deletions internal/super/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import (
"os"
"path/filepath"

"github.com/onflow/flow-cli/internal/dependencymanager"
"github.com/onflow/flow-cli/internal/super/generator"
"github.com/onflow/flow-cli/internal/util"

"github.com/spf13/afero"

"github.com/onflow/flow-cli/internal/prompt"
Expand Down

0 comments on commit e680335

Please sign in to comment.