Skip to content

Commit

Permalink
fixed test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Apr 12, 2024
1 parent dc14996 commit a11358f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion databases/sqlx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ You must choose a Database and a tls mode if you disable defaults.

## 🔎 Examples

You can locate the example files within [`Repository`](https://github.com/AscendingCreations/AxumSession/tree/main/examples)
You can locate the example files within the [`Repository`](https://github.com/AscendingCreations/AxumSession/tree/main/examples)

2 changes: 1 addition & 1 deletion examples/postgres/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async fn connect_to_database() -> PgPool {
connect_opts = connect_opts
.database("test")
.username("test")
.password("password")
.password("test")
.host("127.0.0.1")
.port(5432);

Expand Down

0 comments on commit a11358f

Please sign in to comment.