Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
all-seeing-code committed Dec 2, 2022
1 parent a841a5c commit 3a1a5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion query/query1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2585,4 +2585,4 @@ func TestCompareFuncWithAfter(t *testing.T) {

js := processQueryNoErr(t, query)
require.JSONEq(t, `{"data": {"q": [{"name": "Alice", "uid": "0x2712"}, {"name": "Alice", "uid": "0x2714"}]}}`, js)
}
}
2 changes: 1 addition & 1 deletion query/query3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3229,4 +3229,4 @@ func TestRegexFuncWithAfter(t *testing.T) {

res := processQueryNoErr(t, query)
require.JSONEq(t, `{"data": {"q": [{"name": "Alice", "uid": "0x2712"}, {"name": "Alice", "uid": "0x2714"}]}}`, res)
}
}

0 comments on commit 3a1a5a5

Please sign in to comment.