Skip to content

Commit

Permalink
chore: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Apr 26, 2023
1 parent e9f5102 commit 7317511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ fn unsupported_types_in_an_index() {
*** WARNING ***
These fields are not supported by the Prisma Client, because Prisma currently does not support their types:
- Model: "A", field: "data", type: "JavaScriptCode"
- Model: "A", field: "data", original data type: "JavaScriptCode"
"#]];

res.expect_warnings(&expect);
Expand Down
2 changes: 1 addition & 1 deletion schema-engine/sql-introspection-tests/tests/views/mysql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ async fn views_are_rendered_with_enums(api: &mut TestApi) -> TestResult {
Ok(())
}

#[test_connector(tags(Mysql8), preview_features("views"))]
#[test_connector(tags(Mysql8), exclude(Vitess), preview_features("views"))]
async fn invalid_field_names_trigger_warnings(api: &mut TestApi) -> TestResult {
let setup = indoc! {r#"
CREATE TABLE `table_w_invalid_names_one` (
Expand Down

0 comments on commit 7317511

Please sign in to comment.