Change imports for consistency

pull/579/head
Esdras Beleza de Noronha 2020-03-06 10:38:44 +00:00 committed by Boyan Soubachov
parent fdf3f01101
commit 9feda7c901
1 changed files with 1 additions and 3 deletions

View File

@ -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'.