Skip to content

Commit 642367c

Browse files
committed
update image paths in test-class-library.md for Visual Studio Code examples
1 parent ea6a8a7 commit 642367c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/core/tutorials/test-class-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ To create the test methods:
248248

249249
1. Select the **Testing** window, select **Run Tests** or from the Command Palette, select **Test: Run all Tests**.
250250

251-
:::image type="content" source="media/test-class-library-code/testingScreenshot.png" alt-text="Visual Studio Code Test Explorer":::
251+
:::image type="content" source="media/test-class-library/testingScreenshot.png" alt-text="Visual Studio Code Test Explorer":::
252252

253253
::: zone-end
254254

@@ -308,7 +308,7 @@ If you're doing test-driven development (TDD), you write tests first and they fa
308308

309309
The output shows that the test fails, and it provides an error message for the failed test: "Assert.IsFalse failed. Expected for 'Error': false; actual: True". Because of the failure, no strings in the array after "Error" were tested.
310310

311-
:::image type="content" source="media/test-class-library-code/failedTest.png" alt-text="Visual Studio Code Failed Test":::
311+
:::image type="content" source="media/test-class-library/failedTest.png" alt-text="Visual Studio Code Failed Test":::
312312

313313
::: zone-end
314314

0 commit comments

Comments
 (0)