Remove duplicate unit testing target name

pull/524/head
danroth27 2015-10-19 22:38:09 -07:00
parent e8d7d84b41
commit 32e6e4179b
1 changed files with 3 additions and 3 deletions

View File

@ -5,15 +5,15 @@ By `Steve Smith`_
This content is in progress. This content is in progress.
In this article: In this article:
- `Unit Testing`_ - `Introduction to Unit Testing`_
- `Creating Test Projects`_ - `Creating Test Projects`_
- `Running Tests`_ - `Running Tests`_
`Download sample from GitHub <https://github.com/aspnet/docs/tree/master/aspnet/testing/unit-testing/sample>`_. `Download sample from GitHub <https://github.com/aspnet/docs/tree/master/aspnet/testing/unit-testing/sample>`_.
Unit Testing Introduction to Unit Testing
------------ ----------------------------
About unit testing About unit testing
Creating Test Projects Creating Test Projects