Skip to content

Commit 554eea0

Browse files
authored
Update link to reflect title of Testing in .NET article (#35349)
1 parent 90b959e commit 554eea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/test/integration-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Integration tests ensure that an app's components function correctly at a level
1616

1717
:::moniker range=">= aspnetcore-10.0"
1818

19-
This article assumes a basic understanding of unit tests. If unfamiliar with test concepts, see the [Unit Testing in .NET Core and .NET Standard](/dotnet/core/testing/) article and its linked content.
19+
This article assumes a basic understanding of unit tests. If unfamiliar with test concepts, see the [Testing in .NET](/dotnet/core/testing/) article and its linked content.
2020

2121
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/test/integration-tests/10.x/IntegrationTestsSample) ([how to download](xref:index#how-to-download-a-sample))
2222

@@ -325,4 +325,4 @@ The SUT's database context is registered in `Program.cs`. The test app's `builde
325325
[!INCLUDE[](~/test/integration-tests/includes/integration-tests5.md)]
326326
[!INCLUDE[](~/test/integration-tests/includes/integration-tests7.md)]
327327
[!INCLUDE[](~/test/integration-tests/includes/integration-tests8.md)]
328-
[!INCLUDE[](~/test/integration-tests/includes/integration-tests9.md)]
328+
[!INCLUDE[](~/test/integration-tests/includes/integration-tests9.md)]

0 commit comments

Comments
 (0)