Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1610)

Unified Diff: utils/shell/script_test.go

Issue 101760045: Do not use BaseSuite in utils if not required.
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utils/shell/script_test.go
=== modified file 'utils/shell/script_test.go'
--- utils/shell/script_test.go 2014-05-20 04:27:02 +0000
+++ utils/shell/script_test.go 2014-05-26 15:41:09 +0000
@@ -13,13 +13,10 @@
gc "launchpad.net/gocheck"
- "launchpad.net/juju-core/testing"
"launchpad.net/juju-core/utils/shell"
)
-type scriptSuite struct {
- testing.BaseSuite
-}
+type scriptSuite struct{}
var _ = gc.Suite(&scriptSuite{})

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b