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

Unified Diff: cmd/juju/deploy_test.go

Issue 87560043: errors: Improve tests, unify interfaces, wrapping (Closed)
Patch Set: errors: Improve tests, unify interfaces, wrapping Created 10 years, 11 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
« no previous file with comments | « cmd/juju/debuglog_test.go ('k') | cmd/juju/destroyenvironment_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/deploy_test.go
=== modified file 'cmd/juju/deploy_test.go'
--- cmd/juju/deploy_test.go 2014-04-04 03:25:08 +0000
+++ cmd/juju/deploy_test.go 2014-04-14 12:36:13 +0000
@@ -143,7 +143,7 @@
err := runDeploy(c, "local:dummy", "other-service", "--config", path)
c.Assert(err, gc.ErrorMatches, `no settings found for "other-service"`)
_, err = s.State.Service("other-service")
- c.Assert(err, jc.Satisfies, errors.IsNotFoundError)
+ c.Assert(err, jc.Satisfies, errors.IsNotFound)
}
func (s *DeploySuite) TestConstraints(c *gc.C) {
« no previous file with comments | « cmd/juju/debuglog_test.go ('k') | cmd/juju/destroyenvironment_test.go » ('j') | no next file with comments »

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