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

Unified Diff: state/service_test.go

Issue 93410043: Extract errors package to github.com/juju/errors
Patch Set: Created 9 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: state/service_test.go
=== modified file 'state/service_test.go'
--- state/service_test.go 2014-04-21 23:10:05 +0000
+++ state/service_test.go 2014-05-13 04:30:48 +0000
@@ -7,6 +7,7 @@
"fmt"
"sort"
+ "github.com/juju/errors"
"github.com/juju/loggo"
jc "github.com/juju/testing/checkers"
"labix.org/v2/mgo"
@@ -15,7 +16,6 @@
"launchpad.net/juju-core/charm"
"launchpad.net/juju-core/constraints"
"launchpad.net/juju-core/environs/config"
- "launchpad.net/juju-core/errors"
"launchpad.net/juju-core/state"
"launchpad.net/juju-core/state/testing"
)

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