Parcourir la source

Update README.md

Git-Leon il y a 7 ans
Parent
révision
cfb4b4bed3
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1
    2
      README.md

+ 1
- 2
README.md Voir le fichier

@@ -93,8 +93,7 @@
93 93
 # Part 6.0 - Test `People`
94 94
 * Create a `TestPeople` class.
95 95
 	* Create a `testAdd` method which ensures that our `personList` in our `People` class populated with respective `Student` objects following invokation of the `addStudent` method.
96
-	* Create a `testRemove` method which ensures that the `personList` in a `People` object is **depopulated** with a respective `Person` object following the invokation of the `removeStudent` method.
97
-	* Create a `testRemoveStudents` method which ensures that our `studentList` in our `People` class is **depopulated** with respective `Perspm` objects following invokation of the `remove` method.
96
+	* Create a `testRemove` method which ensures that the `personList` in a `People` object is **depopulated** with a respective `Person` object following the invokation of the `remove` method.
98 97
 	* Create a `testFindById` method which ensures that a respective `Person` object with a respective `id` field is returned upon invokation of the `findById` method on a respective `People` object.
99 98
 
100 99