Skip to content

Commit

Permalink
state: Removed TODO for already covered test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimiter Naydenov committed May 23, 2016
1 parent ee07624 commit 806a3f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions state/machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2372,5 +2372,3 @@ func (s *MachineSuite) TestMachineAddDifferentAction(c *gc.C) {
_, err = m.AddAction("benchmark", nil)
c.Assert(err, gc.ErrorMatches, `cannot add action "benchmark" to a machine; only predefined actions allowed`)
}

// TODO: tests: check Public|PrivateAddress() returns IPv6 if IPv4 N/A

0 comments on commit 806a3f4

Please sign in to comment.