mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
Renames a unit test.
This commit is contained in:
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…
x
Reference in New Issue
Block a user