Change imports for consistency

This commit is contained in:
Esdras Beleza de Noronha 2020-03-06 10:38:44 +00:00 committed by Boyan Soubachov
parent fdf3f01101
commit 9feda7c901

View File

@ -1,8 +1,6 @@
package suite
import (
"testing"
)
import "testing"
// TestingSuite can store and return the current *testing.T context
// generated by 'go test'.