@@ -117,6 +117,8 @@
* Create a `TestStudents` class.
* Create a `test` method which ensures that each of the students in your current cohort are in your `Students` singleton.
+
-
### Part 8.0 - Create and Test `Instructors` singleton
* Use `Part 7` as a reference.