mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
all: gofmt -w -r 'interface{} -> any' (#2874)
This commit is contained in:
@@ -194,7 +194,7 @@ func TestResponseReadGraphElements(t *testing.T) {
|
||||
tests := []struct {
|
||||
method string
|
||||
data string
|
||||
want interface{}
|
||||
want any
|
||||
}{
|
||||
{
|
||||
method: "ReadVertices",
|
||||
|
||||
Reference in New Issue
Block a user