From fb83e8b809801f25ea99cd17fcc8d61d774f7060 Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Tue, 10 Dec 2024 20:13:41 +0500 Subject: [PATCH] Update docs/internals.md Co-authored-by: Sergei Predvoditelev --- docs/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.md b/docs/internals.md index 56ce6f981..760b3211b 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -59,7 +59,7 @@ In case of ports' collisions, the mapping and enviroment variables can also be a #### Available commands - `make test-all` - run all available tests. -- `make test-db` - run tests for base db package only. +- `make test-base` - run tests for base db package only. - `make test-driver-all` - run tests for all drivers. - `make test-driver-sqlite` - run tests for SQLite driver only. - `make test-driver-mysql` - run tests for MySQL driver only (using MySQL database).