Rename TestIPAddress -> TestNodeAddresses

This commit is contained in:
Justin Santa Barbara 2015-03-13 18:09:31 -04:00
parent 99da56fb06
commit c3a6d00099

View File

@ -156,7 +156,7 @@ func TestList(t *testing.T) {
}
}
func TestIPAddress(t *testing.T) {
func TestNodeAddresses(t *testing.T) {
// Note these instances have the same name
// (we test that this produces an error)
instances := make([]ec2.Instance, 2)