Rename unit test that has now been implemented

This commit is contained in:
Nick Hall 2017-05-09 19:50:53 +01:00
parent f9cacac1db
commit 60ab0a01bf

View File

@ -1010,7 +1010,7 @@ class NoteBaseCheck(unittest.TestCase):
self.phoenix.replace_note_references('123456','654321')
self.assertEqual(self.phoenix.serialize(), ref_note_list.serialize())
def todo_test_replace_child(self):
def test_replace_child(self):
ref_note_list = NoteBase()
note = Note("")
note.set_handle('123456')