Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-with-copilot.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Pine <[email protected]>
  • Loading branch information
sigmade and IEvangelist authored Jan 18, 2025
1 parent 8d261e9 commit f7cb0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-with-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ After a few seconds, Visual Studio will pull in the necessary packages, and we w
:::image type="content" source="media/test-copilot-prompt.png" lightbox="media/test-copilot-prompt.png" alt-text="Prompt for generate tests":::

Execute the prompt, click Accept, and Copilot generates the test code. After that, it remains to install the necessary packages.
Execute the prompt, click **Accept**, and Copilot generates the test code. After that, it remains to install the necessary packages.

When the packages are installed, the tests can be run. This example worked on the first try: Copilot knows very well how to work with NSubstitute, and all dependencies were defined through interfaces.

Expand Down

0 comments on commit f7cb0e6

Please sign in to comment.