Skip to content

Commit

Permalink
Merge branch 'main' into query-engine-wasm-fix-build.sh-with-bsd-sed
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno authored Dec 5, 2023
2 parents 1d89055 + 79fb519 commit 560b2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psl/psl/tests/config/generators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ fn nice_error_for_unknown_generator_preview_feature() {
.unwrap_err();

let expectation = expect![[r#"
[1;91merror[0m: [1mThe preview feature "foo" is not known. Expected one of: distinctOn, deno, driverAdapters, fullTextIndex, fullTextSearch, metrics, multiSchema, postgresqlExtensions, tracing, views, relationJoins[0m
[1;91merror[0m: [1mThe preview feature "foo" is not known. Expected one of: deno, driverAdapters, fullTextIndex, fullTextSearch, metrics, multiSchema, nativeDistinct, postgresqlExtensions, tracing, views, relationJoins[0m
--> schema.prisma:3
 | 
 2 |  provider = "prisma-client-js"
Expand Down

0 comments on commit 560b2b0

Please sign in to comment.