aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/bug_617.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/bug_617.py')
-rw-r--r--sources/pyside6/tests/QtGui/bug_617.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtGui/bug_617.py b/sources/pyside6/tests/QtGui/bug_617.py
index fb793e6ee..505e068dc 100644
--- a/sources/pyside6/tests/QtGui/bug_617.py
+++ b/sources/pyside6/tests/QtGui/bug_617.py
@@ -24,7 +24,7 @@ class Bug617(unittest.TestCase):
def testRepr(self):
c = QColor.fromRgb(1, 2, 3, 4)
s = c.spec()
- self.assertEqual(repr(s), repr(QColor.Rgb))
+ self.assertEqual(repr(s), repr(QColor.Spec.Rgb))
def testOutOfBounds(self):
e = MyEvent()