From fb06cce56c78ff596f67ad2035a4b602e1dc5387 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Nov 2020 23:53:24 +0000 Subject: [PATCH] Update the assertion count --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55fd79d..d5192ee 100644 --- a/README.md +++ b/README.md @@ -770,7 +770,7 @@ We also need to create the `node_access` table as indicated by the next error: We’ve successfully returned our three articles and this test now passes. -> OK (1 test, 6 assertions) +> OK (1 test, 11 assertions) ### 4h. Making this test less brittle @@ -938,7 +938,7 @@ To order the articles by their created date, we can update the `getAll()` method The nodes are now ordered by their created date, and in the correct order to match the assertion. -> OK (1 test, 6 assertions) +> OK (1 test, 11 assertions) ### 4k. Linking up the repository to the BlogPageController