Skip to content

Commit

Permalink
test: add UpdateReturning capability
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma committed Dec 20, 2024
1 parent b1285c0 commit 5315079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ mod update_many_and_return {
}
}

#[test_suite(schema(json_opt), exclude(MySql(5.6)), capabilities(Json))]
#[test_suite(schema(json_opt), exclude(MySql(5.6)), capabilities(Json, UpdateReturning))]
mod json_update_many_and_return {
use query_engine_tests::{assert_error, run_query};

Expand Down

0 comments on commit 5315079

Please sign in to comment.