From 214e153a66ced664f08c42ad1112f4feb15cc6fa Mon Sep 17 00:00:00 2001 From: Brice Date: Tue, 1 Apr 2014 17:08:16 -0400 Subject: [PATCH] Increase readability for test fail line --- 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 e96cadb6d521..a64c8c62ef33 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -244,7 +244,7 @@ To run the test, do the following: {{i+1}} -* Make the unit test fail by changing the `toBe(3)` statement to `toBe(4)`. +* Make the unit test fail by changing the number in the `expect(scope.phones.length).toBe(3)` statement. # Summary