Skip to content

Commit

Permalink
Update query_execute_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Sep 9, 2024
1 parent 36e56b9 commit 1b6f358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/query_execute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestQueryExecute(t *testing.T) {
_, has := plan[key]
require.True(t, has, key)
}
require.NotEmpty(t, ast)
require.Contains(t, ast, "return")
})
t.Run("Scan", func(t *testing.T) {
var (
Expand Down

0 comments on commit 1b6f358

Please sign in to comment.