From ccf95722c67cfacf5eb7649991656fde60ee0333 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 5 May 2025 09:01:40 -0700 Subject: [PATCH] Update link to reflect title of Testing in .NET article --- aspnetcore/test/integration-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)]