This commit is contained in:
Yuce Tekol 2018-09-11 20:51:32 +03:00
parent 70d386039f
commit 80c1a734ba
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -596,10 +596,10 @@ func TestPQLDeepEquality(t *testing.T) {
},
}},
{
name: "QueryWrapper",
call: "Query(Row(f1=123), excludeRowAttrs=true)",
name: "OptionsWrapper",
call: "Options(Row(f1=123), excludeRowAttrs=true)",
exp: &Call{
Name: "Query",
Name: "Options",
Args: map[string]interface{}{
"excludeRowAttrs": true,
},