Skip to content

Commit

Permalink
Merge pull request #451 from onsi/go-1.10-coverage-test
Browse files Browse the repository at this point in the history
Update fixtures to work using go1.10
  • Loading branch information
kirederik committed Apr 9, 2018
2 parents b36a6e0 + e37dbfe commit 468e89e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/_fixtures/coverage_fixture/coverage.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package coverage_fixture

import (
_ "github.com/onsi/ginkgo/integration/_fixtures/coverage_fixture/external_coverage_fixture"
)

func A() string {
return "A"
}
Expand Down

0 comments on commit 468e89e

Please sign in to comment.