remove broken .mlit command

This commit is contained in:
mutantmonkey
2013-07-21 00:02:13 -07:00
parent f9374c42c3
commit 5d53cc6b11
2 changed files with 0 additions and 18 deletions

View File

@@ -31,8 +31,3 @@ class TestMylife(unittest.TestCase):
def test_mlihp(self):
mylife.mlihp(self.phenny, None)
assert self.phenny.say.called is True
def test_mlit(self):
mylife.mlit(self.phenny, None)
assert self.phenny.say.called is True