From 2550a696bdc477ec7bd2b031ed3a7de5294dc319 Mon Sep 17 00:00:00 2001 From: Yegor Sychev <55326490+sigmade@users.noreply.github.com> Date: Sat, 18 Jan 2025 12:09:59 +0500 Subject: [PATCH] Update docs/core/testing/unit-testing-with-copilot.md Co-authored-by: David Pine --- docs/core/testing/unit-testing-with-copilot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-with-copilot.md b/docs/core/testing/unit-testing-with-copilot.md index b738be783696d..022182114a29a 100644 --- a/docs/core/testing/unit-testing-with-copilot.md +++ b/docs/core/testing/unit-testing-with-copilot.md @@ -77,4 +77,4 @@ When the packages are installed, the tests can be run. This example worked on th :::image type="content" source="media/test-mehod-stub.png" lightbox="media/test-mehod-stub.png" alt-text="Generated tests"::: -Thus, using 𝗩𝗶𝘀𝘂𝗮𝗹 𝗦𝘁𝘂𝗱𝗶𝗼 in combination with 𝗚𝗶𝘁𝗛𝘂𝗯 𝗖𝗼𝗽𝗶𝗹𝗼𝘁 significantly simplifies the process of generating and writing unit tests. \ No newline at end of file +Thus, using **Visual Studio** in combination with **GitHub Copilot** significantly simplifies the process of generating and writing unit tests. \ No newline at end of file