summaryrefslogtreecommitdiffstats
path: root/test/test_otultraeasy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_otultraeasy.py')
-rw-r--r--test/test_otultraeasy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_otultraeasy.py b/test/test_otultraeasy.py
index 6d802db..2e1b093 100644
--- a/test/test_otultraeasy.py
+++ b/test/test_otultraeasy.py
@@ -25,6 +25,3 @@ class ConstructTest(absltest.TestCase):
b'\x02\x09\x03\x05\x0d\x02\x03\x08\x9f',
otultraeasy._make_packet(
b'\x05\x0d\x02', True, True, False, False))
-
-if __name__ == '__main__':
- absltest.main()