Update docs/en/02_Developer_Guides/06_Testing/00_Unit_Testing.md

Better worded

Co-Authored-By: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
jeremy 2019-10-18 11:23:44 +11:00 committed by GitHub
parent 1197b94415
commit 7900d2aeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ permissions to create new databases on your server.
</div>
<div class="notice" markdown="1">
The test database is rebuilt every time one of the test methods is run and cleaned up afterwards. If the test is interrupted the database is not cleaned up, over time, you may have several hundred test
The test database is rebuilt every time one of the test methods is run and is removed afterwards. If the test is interrupted, the database will not be removed. Over time, you may have several hundred test
databases on your machine. To get rid of them, run `sake dev/tasks/CleanupTestDatabasesTask`.
</div>