def test_meth_get_note(self):
     res = NotesApplication('fortune')
     res.create('fortune is my name')
     self.assertEqual(res.get(0), 'fortune is my name')