Skip to content

Commit

Permalink
:fix: unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jul 19, 2016
1 parent 6808268 commit 48daf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link/feature/test/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TestFeature(TestCase):
def setUp(self):
# create circular reference for getfeatures tests
def inner_init(this, dummy):
self._dummy = dummy
this._dummy = dummy

self.inner_cls = type('InnerDummy', (object,), {
'__init__': inner_init,
Expand Down

0 comments on commit 48daf39

Please sign in to comment.