Skip to content

Commit

Permalink
Merge pull request #1830 from prisma/janpio-patch-5
Browse files Browse the repository at this point in the history
fix(tests): make test name reflect what is being tested again
  • Loading branch information
tomhoule committed Apr 30, 2021
2 parents 5d67bce + fe0adc5 commit 60cc71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ async fn remapping_field_names_to_empty(api: &TestApi) -> TestResult {
}

#[test_connector(tags(Postgres))]
async fn db_generated_values_should_add_comments(api: &TestApi) -> TestResult {
async fn dbgenerated_in_unsupported(api: &TestApi) -> TestResult {
api.barrel()
.execute_with_schema(
|migration| {
Expand Down

0 comments on commit 60cc71d

Please sign in to comment.