From 32e6e4179b553cbaeecbefe6e367c73c6c403f58 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Mon, 19 Oct 2015 22:38:09 -0700 Subject: [PATCH] Remove duplicate unit testing target name --- aspnet/testing/unit-testing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/testing/unit-testing.rst b/aspnet/testing/unit-testing.rst index a9ef7c11ce..bdcf1e5ef5 100644 --- a/aspnet/testing/unit-testing.rst +++ b/aspnet/testing/unit-testing.rst @@ -5,15 +5,15 @@ By `Steve Smith`_ This content is in progress. In this article: - - `Unit Testing`_ + - `Introduction to Unit Testing`_ - `Creating Test Projects`_ - `Running Tests`_ `Download sample from GitHub `_. -Unit Testing ------------- +Introduction to Unit Testing +---------------------------- About unit testing Creating Test Projects