Skip to content

Commit 1b6f358

Browse files
authored
Update query_execute_test.go
1 parent 36e56b9 commit 1b6f358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/query_execute_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestQueryExecute(t *testing.T) {
113113
_, has := plan[key]
114114
require.True(t, has, key)
115115
}
116-
require.NotEmpty(t, ast)
116+
require.Contains(t, ast, "return")
117117
})
118118
t.Run("Scan", func(t *testing.T) {
119119
var (

0 commit comments

Comments
 (0)