Skip to content

Commit

Permalink
:fix: unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Aug 31, 2016
1 parent 8dfb0b8 commit c68a5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion link/parallel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__version__ = '0.2'
__version__ = '0.3'

CONF_BASE_PATH = 'link/parallel'
2 changes: 1 addition & 1 deletion link/parallel/test/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_call(self):

keys = self.store.keys()

self.assertEqual(keys, ['some key 9', 'error'])
self.assertItemsEqual(keys, ['some key 9', 'error'])

def test_reduced_keys(self):
result = self.mid.reduced_keys('id1', self.store)
Expand Down

0 comments on commit c68a5c0

Please sign in to comment.