Skip to content

Commit

Permalink
Removed dead unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jk0 committed Feb 3, 2012
1 parent b46f526 commit 0123c9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_irc.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ def test_active_commands(self):
def test_active_keywords(self):
active_keywords = irc.active_keywords()
self.assertTrue(isinstance(active_keywords, str))

def test_network_list(self):
network_list = irc.network_list()
self.assertTrue("Pyhole" not in network_list)

0 comments on commit 0123c9b

Please sign in to comment.