diff --git a/docs/executing_tests/index.md b/docs/executing_tests/index.md index fa727656ce..b36e1bcf7b 100644 --- a/docs/executing_tests/index.md +++ b/docs/executing_tests/index.md @@ -114,4 +114,4 @@ If the command is run using the `-n` flag, the tests will be executed in paralle After finishing each test the command will check the remaining balance of all accounts and will attempt to recover the funds back to the sender account, and at the end of all tests, the remaining balance of the sender account will be swept back to the seed account. -There are instances where it will be impossible to recover the funds back from a test, for example, funds that are sent to a contract that has no built-in way to send them back, the funds will be stuck in the contract and they will not be recoverable. \ No newline at end of file +There are instances where it will be impossible to recover the funds back from a test, for example, funds that are sent to a contract that has no built-in way to send them back, the funds will be stuck in the contract and they will not be recoverable.