浏览代码

Update README.md

Git-Leon 7 年前
父节点
当前提交
ef07b342ae
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      README.md

+ 0
- 1
README.md 查看文件

@@ -16,7 +16,6 @@
16 16
 * Create a `TestPerson` class.
17 17
 	* Create a `testConstructor` method which ensures that a `Person` object's `id` field is being set upon construction.
18 18
 	* Create a `testSetName` method which ensures that a `Person` object's `name` variable is being set by invoking the `.setName` method.
19
-	* Create a `testConstructor` method which ensures that a `Person` object's `name` variable is being set by invoking the `Person` constructor.
20 19
 
21 20
 -
22 21
 ### Part 2.0 - Create `Learner` Interface