From 78954ffcde6c89e8d081d9235ad1a31b736f801e Mon Sep 17 00:00:00 2001 From: Brice Date: Tue, 1 Apr 2014 17:08:16 -0400 Subject: [PATCH] docs(tutorial): improve instructions for causing test failure (step 2) Increase readability for test fail line Closes #6943 --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 09c7fc2dc..5017ba688 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -241,7 +241,7 @@ To run the tests, and then watch the files for changes: `npm test`. {{i+1}} -* Make the unit test fail by changing the `toBe(3)` statement to `toBe(4)`. +* Make the unit test fail by changing `expect(scope.phones.length).toBe(3)` to instead use `toBe(4)`. # Summary