Skip to content

Commit

Permalink
fix query service to scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Sep 18, 2024
1 parent 2c1f5e0 commit ec9ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/topic_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ADD CHANGEFEED cdc WITH (
)
`, scope.Folder(), scope.TableName())

err := scope.Driver().Query().Exec(ctx, query)
_, err := scope.Driver().Scripting().Execute(ctx, query, nil)
require.NoError(t, err)

query = fmt.Sprintf(`
Expand Down

0 comments on commit ec9ee63

Please sign in to comment.