Skip to content

Commit

Permalink
fix typo along the way
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Nov 15, 2023
1 parent 8ac0975 commit 518366b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use indoc::indoc;
use sql_introspection_tests::test_api::*;
use test_macros::test_connector;

// Note: MySQL 5.6 ad 5.7 do not support check constraints, so this test is only run on MySQL 8.0.
// Note: MySQL 5.6 and 5.7 do not support check constraints, so this test is only run on MySQL 8.0.
#[test_connector(tags(Mysql8), exclude(Vitess))]
async fn check_constraints_stopgap(api: &mut TestApi) -> TestResult {
let raw_sql = indoc! {r#"
Expand Down

0 comments on commit 518366b

Please sign in to comment.