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