Skip to content

Commit

Permalink
Remove exclusion on individual test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Nov 22, 2023
1 parent 1626ab6 commit 4169a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ mod one2many_opt {
}

/// Deleting the parent reconnects the child to the default.
#[connector_test(schema(optional_with_default), exclude(Vitess("planetscale.js")))]
#[connector_test(schema(optional_with_default))]
async fn delete_parent(runner: Runner) -> TestResult<()> {
insta::assert_snapshot!(
run_query!(&runner, r#"mutation { createOneParent(data: { id: 1, children: { create: { id: 1 }}}) { id }}"#),
Expand Down

0 comments on commit 4169a09

Please sign in to comment.