Renames a unit test.

This commit is contained in:
James Phillips 2016-02-24 16:17:20 -08:00
parent b64f19bb08
commit e283f9512e
1 changed files with 1 additions and 1 deletions

View File

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