diff --git a/aspnetcore/test/integration-tests.md b/aspnetcore/test/integration-tests.md index b4ffeb1bc0e7..e1557745795d 100644 --- a/aspnetcore/test/integration-tests.md +++ b/aspnetcore/test/integration-tests.md @@ -16,7 +16,7 @@ Integration tests ensure that an app's components function correctly at a level :::moniker range=">= aspnetcore-10.0" -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. +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. [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)) @@ -325,4 +325,4 @@ The SUT's database context is registered in `Program.cs`. The test app's `builde [!INCLUDE[](~/test/integration-tests/includes/integration-tests5.md)] [!INCLUDE[](~/test/integration-tests/includes/integration-tests7.md)] [!INCLUDE[](~/test/integration-tests/includes/integration-tests8.md)] -[!INCLUDE[](~/test/integration-tests/includes/integration-tests9.md)] \ No newline at end of file +[!INCLUDE[](~/test/integration-tests/includes/integration-tests9.md)]