Skip to content

Commit a0b51a3

Browse files
committed
update code ref 7-2
1 parent 727abd0 commit a0b51a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test/live-unit-testing-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Now that you've created the solution, you'll create a class library named String
7676

7777
5. Replace all of the existing code in the code editor with the following code:
7878

79-
:::code language="csharp" source="../test/samples/csharp/utilitylibraries/stringlibrary/class1.cs" id="Snippet1":::
79+
:::code language="csharp" source="samples/csharp/UtilityLibraries/StringLibrary/Class1.cs" id="Snippet1":::
8080

8181
StringLibrary has three static methods:
8282

@@ -134,7 +134,7 @@ The next step is to create the unit test project to test the StringLibrary libra
134134

135135
6. Replace the boilerplate unit test code provided by the template with the following code:
136136

137-
:::code language="csharp" source="../test/samples/snippets/csharp/lut-start/unittest1.cs" id="Snippet1":::
137+
:::code language="csharp" source="samples/snippets/csharp/lut-start/unittest1.cs" id="Snippet1":::
138138

139139
7. Save your project by selecting the **Save** icon on the toolbar.
140140

0 commit comments

Comments
 (0)