Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
h4llow3En committed Nov 8, 2015
1 parent 8a1f927 commit 892febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/file_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_two(self):
fake_argv = ['../tdo.py', 'add', 'Test3']
main(fake_argv)

self.assertEqual(todolist.getsettings(), 4,
self.assertEqual(todolist.getsettings()['globalid'], 4,
msg='The global todo ID incrementation is broken \
(The settings file contains a wrong ID).')
todos = todolist.load()
Expand Down

0 comments on commit 892febe

Please sign in to comment.