trim trailing space

This commit is contained in:
Son NK
2024-04-09 14:34:13 +02:00
parent 57cd1452b0
commit 0e0e0271e9
+1 -1
View File
@@ -68,7 +68,7 @@ For most tests, you will need to have ``redis`` installed and started on your ma
sh scripts/run-test.sh
```
You can also run tests using a local Postgres DB to speed things up. This can be done by
You can also run tests using a local Postgres DB to speed things up. This can be done by
- creating an empty test DB and running the database migration by `dropdb test && createdb test && DB_URI=postgresql://localhost:5432/test alembic upgrade head`