summaryrefslogtreecommitdiff
path: root/tests/test_gi.py
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2015-02-20 20:16:35 -0800
committerSimon Feltman <sfeltman@src.gnome.org>2015-02-20 20:16:35 -0800
commitb10ab49afb97655507e2d3b92f621387287a2928 (patch)
tree0f84a6de35d8e5d710958ee7b96d33d935e1d59d /tests/test_gi.py
parent60de632153a693fb2b0f2ce26208c6ff668bdf4d (diff)
downloadpygobject-b10ab49afb97655507e2d3b92f621387287a2928.tar.gz
tests: Fix PEP8 error with commented code in test
Diffstat (limited to 'tests/test_gi.py')
-rw-r--r--tests/test_gi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index f85d60fb..9633f57a 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):