Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Sevostianov authored and i-sevostyanov committed Apr 21, 2022
1 parent 2e1360a commit fe03b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/generator_test.go
Expand Up @@ -1810,7 +1810,7 @@ import mock "github.com/stretchr/testify/mock"
generator := NewGenerator(
s.ctx,
config.Config{InPackage: true, LogLevel: "debug"},
s.getInterfaceFromFile("example_project/foo/collision.go", "Collision"),
s.getInterfaceFromFile("example_project/foo/pkg_name_same_as_import.go", "PackageNameSameAsImport"),
pkg,
)
s.checkPrologueGeneration(generator, expected)
Expand Down

0 comments on commit fe03b57

Please sign in to comment.