mirror of https://github.com/status-im/consul.git
Renames a unit test.
This commit is contained in:
parent
b64f19bb08
commit
e283f9512e
|
@ -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…
Reference in New Issue