Skip to content

Commit 7809ff4

Browse files
committed
fix(docs): remove mention of subcommand that wasn't added
I intended to add subcommands to `sqlx-cli` to manage test databases but I wanted to get launchbadge#2001 finished and out the door so we can start using it ASAP.
1 parent cb52c7c commit 7809ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros/test.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Test databases are automatically cleaned up as tests succeed, but failed tests w
5858
to facilitate debugging. Note that to simplify the implementation, panics are _always_ considered to be failures,
5959
even for `#[should_panic]` tests.
6060

61-
If you have `sqlx-cli` installed, you can run `sqlx test-db cleanup` to delete all test databases.
62-
Old test databases will also be deleted the next time a test binary using `#[sqlx::test]` is run.
61+
To limit disk space usage, any previously created test databases will be deleted the next time a test binary using
62+
`#[sqlx::test]` is run.
6363

6464
```rust,no_run
6565
# #[cfg(all(feature = "migrate", feature = "postgres"))]

0 commit comments

Comments
 (0)