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

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/featuretests/cmd_juju_subnet_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:
150
150
        context := s.Run(c, expectedSuccess, "list-subnets")
151
151
        s.AssertOutput(c, context,
152
152
                "", // no stdout output
153
 
                "no subnets to display\n",
 
153
                "No subnets to display.\n",
154
154
        )
155
155
}
156
156