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