Git-Leon
6 anos atrás
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com
2 adições e
1 exclusões
-
README.md
|
@@ -226,4 +226,5 @@
|
226
|
226
|
|
227
|
227
|
-
|
228
|
228
|
### Part 11.2 - Test `Alumni` Class
|
229
|
|
-* Write a test class which ensures that each `Studyent` in the `Alumni` class has been taught `1200` hours upon injection of the `Alumni` dependency.
|
|
229
|
+* Write a test class which ensures that each `Student` in the `Alumni` class has been taught `1200` hours upon injection of the `Alumni` dependency.
|
|
230
|
+* Ensure the `numberOfHoursTaught` has been evenly distributed amongst each of the instructors.
|