Skip to content

Commit

Permalink
test(sdk): update snapshot for migrateEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jun 23, 2021
1 parent 1c25709 commit 7ac8445
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/packages/sdk/src/__tests__/migrateEngineCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ describe('canConnectToDatabase', () => {
"code": "P1001",
"message": "Can't reach database server at \`doesnotexist\`:\`5432\`
Please make sure your database server is running at \`doesnotexist\`:\`5432\`.
",
Please make sure your database server is running at \`doesnotexist\`:\`5432\`.",
}
`)
})
Expand Down Expand Up @@ -118,10 +117,7 @@ describe('createDatabase', () => {
).rejects.toThrowErrorMatchingInlineSnapshot(`
"P1001: Can't reach database server at \`doesnotexist\`:\`5432\`
Please make sure your database server is running at \`doesnotexist\`:\`5432\`.
0: sql_migration_connector::flavour::postgres::create_database
with self=PostgresFlavour { url: \\"<REDACTED>\\" }
at migration-engine/connectors/sql-migration-connector/src/flavour/postgres.rs:117"
Please make sure your database server is running at \`doesnotexist\`:\`5432\`."
`)
})

Expand Down

0 comments on commit 7ac8445

Please sign in to comment.