Fix formatting
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Rafael Caricio 2023-04-27 23:28:32 +02:00
parent 456d0789fb
commit 13d6fa25bc
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -3,8 +3,7 @@ use super::migrate::apply_migrations;
use tokio_postgres::config::Config;
use tokio_postgres::Client;
const DEFAULT_CONNECTION_URL: &str =
"postgres://fedimovies:fedimovies@127.0.0.1:55432/fedimovies";
const DEFAULT_CONNECTION_URL: &str = "postgres://fedimovies:fedimovies@127.0.0.1:55432/fedimovies";
pub async fn create_test_database() -> Client {
let connection_url =