Skip to content

Commit d08eefb

Browse files
webreiditdykstra
andauthored
Fix image location
Co-authored-by: Tom Dykstra <[email protected]>
1 parent cbb5372 commit d08eefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tutorials/testing-library-with-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you're doing test-driven development (TDD), you write tests first and they fa
111111

112112
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.
113113

114-
:::image type="content" source="media/testing-library-with-visual-studio-code/failedTest.png" alt-text="Visual Studio Code Failed Test":::
114+
:::image type="content" source="testing-library-with-visual-studio-code/failedTest.png" alt-text="Visual Studio Code Failed Test":::
115115

116116
1. Remove the string "Error" that you added in step.
117117

0 commit comments

Comments
 (0)