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

Unified Diff: state/charm_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 | « state/apiserver/usermanager/usermanager_test.go ('k') | state/cleanup.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/charm_test.go
=== modified file 'state/charm_test.go'
--- state/charm_test.go 2014-03-13 07:54:56 +0000
+++ state/charm_test.go 2014-04-14 12:36:13 +0000
@@ -55,7 +55,7 @@
curl := charm.MustParseURL("local:anotherseries/dummy-1")
_, err := s.State.Charm(curl)
c.Assert(err, gc.ErrorMatches, `charm "local:anotherseries/dummy-1" not found`)
- c.Assert(err, jc.Satisfies, errors.IsNotFoundError)
+ c.Assert(err, jc.Satisfies, errors.IsNotFound)
}
type CharmTestHelperSuite struct {
« no previous file with comments | « state/apiserver/usermanager/usermanager_test.go ('k') | state/cleanup.go » ('j') | no next file with comments »

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