We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b95d5 commit ce0bddbCopy full SHA for ce0bddb
1 file changed
package_test.go
@@ -6,9 +6,9 @@ package testing_test
6
import (
7
stdtesting "testing"
8
9
- "github.com/juju/testing"
+ gc "gopkg.in/check.v1"
10
)
11
12
func Test(t *stdtesting.T) {
13
- testing.MgoTestPackage(t, nil)
+ gc.TestingT(t)
14
}
0 commit comments