From 7c46f8fc3bc3b3072ade064add8cce967adcc1db Mon Sep 17 00:00:00 2001 From: in28minutes Date: Tue, 9 May 2017 10:00:18 +0530 Subject: [PATCH] Update Step21.md --- Step21.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Step21.md b/Step21.md index a25ba25..6720551 100644 --- a/Step21.md +++ b/Step21.md @@ -1,7 +1,7 @@ ## What You Will Learn during this Step: - First thing first : I hate the fact that we did not write tests until Step 20 of this course - I love TDD and use it in all my projects. However, when learning something new, I think it is important to focus on one thing at a time! -- You can learn more about unit testing here - https://www.youtube.com/watch?v=o5k9NOR9lrI +- You can learn more about unit testing here - https://www.youtube.com/playlist?list=PL83C941BB0D27A6AF - Let's write a Integration Test for our service ## Useful Snippets and References