update structure test
This commit is contained in:
parent
70984526a4
commit
44461f49fd
|
@ -121,9 +121,7 @@ func TestexpandIPPerms(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestExpandIPPerms_NegOneProtocol(t *testing.T) {
|
||||
hash := func(v interface{}) int {
|
||||
return hashcode.String(v.(string))
|
||||
}
|
||||
hash := schema.HashString
|
||||
|
||||
expanded := []interface{}{
|
||||
map[string]interface{}{
|
||||
|
|
Loading…
Reference in New Issue