~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/undertaker/undertaker_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                workertest.CheckKilled(c, w)
73
73
        })
74
74
        stub.CheckCall(
75
 
                c, 1, "SetStatus", status.StatusDestroying,
 
75
                c, 1, "SetStatus", status.Destroying,
76
76
                "cleaning up cloud resources", map[string]interface{}(nil),
77
77
        )
78
78
        stub.CheckCall(
79
 
                c, 4, "SetStatus", status.StatusDestroying,
 
79
                c, 4, "SetStatus", status.Destroying,
80
80
                "tearing down cloud environment", map[string]interface{}(nil),
81
81
        )
82
82
}