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

Unified Diff: worker/instancepoller/machine_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 | « worker/deployer/deployer_test.go ('k') | worker/instancepoller/updater.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/instancepoller/machine_test.go
=== modified file 'worker/instancepoller/machine_test.go'
--- worker/instancepoller/machine_test.go 2014-04-09 02:27:36 +0000
+++ worker/instancepoller/machine_test.go 2014-04-14 12:36:13 +0000
@@ -153,7 +153,7 @@
getInstanceInfo := func(id instance.Id) (instanceInfo, error) {
c.Check(id, gc.Equals, instance.Id("i1234"))
atomic.AddInt32(&count, 1)
- return instanceInfo{}, errors.NewNotImplementedError("instance address")
+ return instanceInfo{}, errors.NotImplementedf("instance address")
}
context := &testMachineContext{
getInstanceInfo: getInstanceInfo,
« no previous file with comments | « worker/deployer/deployer_test.go ('k') | worker/instancepoller/updater.go » ('j') | no next file with comments »

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