Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
53a9a234d4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

117
 * Create a `TestStudents` class.
117
 * Create a `TestStudents` class.
118
 	* Create a `test` method which ensures that each of the students in your current cohort are in your `Students` singleton.
118
 	* Create a `test` method which ensures that each of the students in your current cohort are in your `Students` singleton.
119
 
119
 
120
+
121
+
120
 -
122
 -
121
 ### Part 8.0 - Create and Test `Instructors` singleton
123
 ### Part 8.0 - Create and Test `Instructors` singleton
122
 * Use `Part 7` as a reference.
124
 * Use `Part 7` as a reference.