mirror of https://github.com/stretchr/testify.git
Change imports for consistency
parent
fdf3f01101
commit
9feda7c901
|
@ -1,8 +1,6 @@
|
||||||
package suite
|
package suite
|
||||||
|
|
||||||
import (
|
import "testing"
|
||||||
"testing"
|
|
||||||
)
|
|
||||||
|
|
||||||
// TestingSuite can store and return the current *testing.T context
|
// TestingSuite can store and return the current *testing.T context
|
||||||
// generated by 'go test'.
|
// generated by 'go test'.
|
||||||
|
|
Loading…
Reference in New Issue