[pygobject] tests: Fix PEP8 error with commented code in test



commit b10ab49afb97655507e2d3b92f621387287a2928
Author: Simon Feltman <sfeltman src gnome org>
Date:   Fri Feb 20 20:16:35 2015 -0800

    tests: Fix PEP8 error with commented code in test

 tests/test_gi.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/test_gi.py b/tests/test_gi.py
index f85d60f..9633f57 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -1101,7 +1101,6 @@ class TestGByteArray(unittest.TestCase):
         # thus it will not reflect any changes
         GIMarshallingTests.bytearray_none_in(ba)
         GIMarshallingTests.bytearray_none_in(ba)
-        #self.assertEqual(ba, b'\x00\x31\x00\x33')
 
 
 class TestGList(unittest.TestCase):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]