diff --git a/docs/images/a-unit-testing-run-result.png b/docs/images/a-unit-testing-run-result.png index 153519fa4d..911599e990 100644 Binary files a/docs/images/a-unit-testing-run-result.png and b/docs/images/a-unit-testing-run-result.png differ diff --git a/docs/unittesting.md b/docs/unittesting.md index 460870f455..e2fc3f0a44 100644 --- a/docs/unittesting.md +++ b/docs/unittesting.md @@ -36,7 +36,7 @@ To get started, see [this simple example](./unittesting_examples.html#simple-exa Run ----- -Once you are done with writing tests, select the right file(s) and click on the button `Run` to execute the tests in the selected files. The execution will run in a separate environment and the result will be displayed below. +Once you are done with writing tests, select the _test.sol files in the list and click on the button `Run` to execute the tests in the selected files. The execution will run in a separate environment and the result will be displayed below. ![](images/a-unit-testing-run-result.png)