From c2ec48118c1c811569618e465d4504f8aeb70850 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Wed, 4 Dec 2019 11:04:13 -1000 Subject: [PATCH] Update unit-testing-with-dotnet-test.md --- docs/core/testing/unit-testing-with-dotnet-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-with-dotnet-test.md b/docs/core/testing/unit-testing-with-dotnet-test.md index e1e627d0b45e3..d9b00515da4de 100644 --- a/docs/core/testing/unit-testing-with-dotnet-test.md +++ b/docs/core/testing/unit-testing-with-dotnet-test.md @@ -3,7 +3,7 @@ title: Unit testing C# code in .NET Core using dotnet test and xUnit description: Learn unit test concepts in C# and .NET Core through an interactive experience building a sample solution step-by-step using dotnet test and xUnit. author: ardalis ms.author: wiwagn -ms.date: 11/29/2017 +ms.date: 12/04/2019 ms.custom: "seodec18" --- # Unit testing C# in .NET Core using dotnet test and xUnit