Skip to content

Commit

Permalink
Merge pull request #28 from anupcshan/master
Browse files Browse the repository at this point in the history
Fix test compilation error
  • Loading branch information
evanphx committed Jul 20, 2015
2 parents 71878bd + ee70206 commit a43d734
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions doc.go
@@ -0,0 +1,4 @@
package mockery

// Empty file to make sure that importing "github.com/vektra/mockery" builds
// successfully.
4 changes: 2 additions & 2 deletions mockery/generator_test.go
Expand Up @@ -145,7 +145,7 @@ func TestGeneratorPrologue(t *testing.T) {

gen := NewGenerator(iface)

gen.GeneratePrologue()
gen.GeneratePrologue("mocks")

expected := `package mocks
Expand All @@ -166,7 +166,7 @@ func TestGeneratorProloguewithImports(t *testing.T) {

gen := NewGenerator(iface)

gen.GeneratePrologue()
gen.GeneratePrologue("mocks")

expected := `package mocks
Expand Down

0 comments on commit a43d734

Please sign in to comment.