Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Mar 10, 2023
1 parent fefb94b commit 6bf1f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,7 @@ import mock "github.com/stretchr/testify/mock"
s.checkPrologueGeneration(generator, expected)
}

func (s *GeneratorSuite) TestInternalPackagePrologue() {
func (s *GeneratorSuite) TestReplaceTypePackagePrologue() {
expected := `package mocks
import baz "github.com/vektra/mockery/v2/pkg/fixtures/example_project/baz"
Expand All @@ -2443,7 +2443,7 @@ import mock "github.com/stretchr/testify/mock"
s.checkPrologueGeneration(generator, expected)
}

func (s *GeneratorSuite) TestInternalPackage() {
func (s *GeneratorSuite) TestReplaceTypePackage() {
expected := `// Foo is an autogenerated mock type for the Foo type
type Foo struct {
mock.Mock
Expand Down

0 comments on commit 6bf1f7a

Please sign in to comment.