From c3a6d00099cf0460481cd7981f0e39e0fb3134dd Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Fri, 13 Mar 2015 18:09:31 -0400 Subject: [PATCH] Rename TestIPAddress -> TestNodeAddresses --- pkg/cloudprovider/aws/aws_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloudprovider/aws/aws_test.go b/pkg/cloudprovider/aws/aws_test.go index e24ebdc1136..2e07f8e8a97 100644 --- a/pkg/cloudprovider/aws/aws_test.go +++ b/pkg/cloudprovider/aws/aws_test.go @@ -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)