aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py')
-rw-r--r--sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py b/sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py
index 01e572e21..adf853850 100644
--- a/sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py
+++ b/sources/pyside2/tests/registry/exists_win32_5_9_4_ci.py
@@ -310,7 +310,7 @@ if "PySide2.QtCore" in sys.modules:
"QBuffer.writeData": ('str', 'int'),
# class PySide2.QtCore.QByteArray:
- "QByteArray.__init__": [(), ('PySide2.QtCore.QByteArray',), ('int', 'Union[str, int]')],
+ "QByteArray.__init__": [(), ('PySide2.QtCore.QByteArray',), ('int', 'Union[str, int]'), ('bytes',), ('bytearray',)],
"QByteArray.__copy__": (),
"QByteArray.__reduce__": (),
"QByteArray.append": [('PySide2.QtCore.QByteArray',), ('Union[str, int]',), ('int', 'Union[str, int]')],