diff --git a/suite/interfaces.go b/suite/interfaces.go index 308d3f9..8b98a8a 100644 --- a/suite/interfaces.go +++ b/suite/interfaces.go @@ -1,8 +1,6 @@ package suite -import ( - "testing" -) +import "testing" // TestingSuite can store and return the current *testing.T context // generated by 'go test'.