mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
trivial
This commit is contained in:
parent
70d386039f
commit
80c1a734ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue