Skip to content

Commit f6d243d

Browse files
committed
Add extra highlight line for mock service injection snippet
1 parent bbcb6be commit f6d243d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnetcore/test/integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ To test the service and quote injection in an integration test, a mock service i
303303
:::zone-end
304304
:::zone pivot="nunit"
305305

306-
:::code language="csharp" source="integration-tests/snippets/nunit/IntegrationTests/IndexPageTests.cs" id="snippet5" highlight="7-10,17,20-21":::
306+
:::code language="csharp" source="integration-tests/snippets/nunit/IntegrationTests/IndexPageTests.cs" id="snippet5" highlight="7-10,17,20-22":::
307307

308308
:::zone-end
309309

aspnetcore/test/integration-tests/includes/integration-tests9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ To test the service and quote injection in an integration test, a mock service i
306306
:::zone-end
307307
:::zone pivot="nunit"
308308

309-
:::code language="csharp" source="../snippets/nunit/IntegrationTests/IndexPageTests.cs" id="snippet5" highlight="7-10,17,20-21":::
309+
:::code language="csharp" source="../snippets/nunit/IntegrationTests/IndexPageTests.cs" id="snippet5" highlight="7-10,17,20-22":::
310310

311311
:::zone-end
312312

0 commit comments

Comments
 (0)