From e283f9512eeb94847d6ed8b4594806cb4698b572 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 24 Feb 2016 16:17:20 -0800 Subject: [PATCH] Renames a unit test. --- consul/structs/prepared_query_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/structs/prepared_query_test.go b/consul/structs/prepared_query_test.go index 14aaedcc25..4de25d2a30 100644 --- a/consul/structs/prepared_query_test.go +++ b/consul/structs/prepared_query_test.go @@ -4,7 +4,7 @@ import ( "testing" ) -func TestStructs_PreparedQuery_GetACLInfo(t *testing.T) { +func TestStructs_PreparedQuery_GetACLPrefix(t *testing.T) { ephemeral := &PreparedQuery{} if prefix := ephemeral.GetACLPrefix(); prefix != nil { t.Fatalf("bad: %#v", prefix)