summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-12-29 05:04:26 +0100
committerBenjamin Berg <bberg@redhat.com>2022-03-28 10:17:09 +0200
commit086c99c41ccc7b06c6a158d69038d5afdba558dc (patch)
tree0fb61703dc5d8a9bd025d6ab1d80f8d9569ded13 /tests
parent8a1b5754b3a180c448241a481d124dccf8555242 (diff)
downloadpygobject-086c99c41ccc7b06c6a158d69038d5afdba558dc.tar.gz
gi: Fix GArray length calculation for other item sizes
Diffstat (limited to 'tests')
-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 12789207..5560a61b 100644
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -920,7 +920,6 @@ class TestArray(unittest.TestCase):
result = list(CONSTANT_UCS4)
assert GIMarshallingTests.array_unichar_out() == result
- @unittest.skip("broken")
def test_array_zero_terminated_return_unichar(self):
assert GIMarshallingTests.array_zero_terminated_return_unichar() == \
list(CONSTANT_UCS4)