Removes noop test.

This commit is contained in:
Eddie Hebert
2012-09-05 08:08:05 -04:00
parent a6fa1def3a
commit 48476cb7a7
-7
View File
@@ -1,7 +0,0 @@
from unittest2 import TestCase
class TestEnviroment(TestCase):
def test_universe(self):
# first order logic is working today. Yay!
self.assertTrue(True != False)