Skip to content

Commit ce0bddb

Browse files
committed
Fix testing.
1 parent 76b95d5 commit ce0bddb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ package testing_test
66
import (
77
stdtesting "testing"
88

9-
"github.com/juju/testing"
9+
gc "gopkg.in/check.v1"
1010
)
1111

1212
func Test(t *stdtesting.T) {
13-
testing.MgoTestPackage(t, nil)
13+
gc.TestingT(t)
1414
}

0 commit comments

Comments
 (0)