Skip to content

Commit

Permalink
I love how Python redefines method objects. Who needs warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Jan 7, 2018
1 parent fe8bd40 commit 3e9294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoe/tests/intents.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_parent4(self):
_, parent = zoe.IntentTools.lookup(intent)
self.assertIs(intent, parent)

def test_parent4(self):
def test_parent5(self):
intent = {
'intent': 'a',
'a': [
Expand Down

0 comments on commit 3e9294f

Please sign in to comment.