Browse Source

Renames a unit test.

pull/1748/head
James Phillips 9 years ago
parent
commit
e283f9512e
  1. 2
      consul/structs/prepared_query_test.go

2
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)

Loading…
Cancel
Save