mirror of https://github.com/hashicorp/consul
Renames a unit test.
parent
b64f19bb08
commit
e283f9512e
|
@ -4,7 +4,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestStructs_PreparedQuery_GetACLInfo(t *testing.T) {
|
func TestStructs_PreparedQuery_GetACLPrefix(t *testing.T) {
|
||||||
ephemeral := &PreparedQuery{}
|
ephemeral := &PreparedQuery{}
|
||||||
if prefix := ephemeral.GetACLPrefix(); prefix != nil {
|
if prefix := ephemeral.GetACLPrefix(); prefix != nil {
|
||||||
t.Fatalf("bad: %#v", prefix)
|
t.Fatalf("bad: %#v", prefix)
|
||||||
|
|
Loading…
Reference in New Issue