From 80c1a734ba251e6fd328a7a1dcc5c8342a149f57 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Tue, 11 Sep 2018 20:51:32 +0300 Subject: [PATCH] trivial --- pql/pqlpeg_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pql/pqlpeg_test.go b/pql/pqlpeg_test.go index 6f05fb402..2025120e9 100644 --- a/pql/pqlpeg_test.go +++ b/pql/pqlpeg_test.go @@ -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, },