diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-11-28 10:56:58 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-11-28 11:43:03 +0100 |
| commit | ea5ce2e4080a99c43b9a330e34588fb1f25c7e45 (patch) | |
| tree | 603f71391656bfde3690fe18b916cd4bf0ef2ad1 /sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py | |
| parent | 3ad6f139ddd792b24e8c15c847f3e5db3eac3bf3 (diff) | |
Tests: Fix some flake warnings
Mostly spacing related.
Pick-to: 6.6
Change-Id: I748a8a06f456c5d4bafb94c397c43b3b2ee9e3e9
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py')
| -rw-r--r-- | sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py b/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py index 52c65e541..b58232a1b 100644 --- a/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py +++ b/sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py @@ -99,8 +99,8 @@ class HomonymousMultipleInheritanceTest(unittest.TestCase): def testHomonymousMultipleInheritance(self): c = C() - self.assertEqual(c.method(), "M::method") # okay - self.assertEqual(c.signal(), "M::signal") # problem on PySide6 6.2.2 + self.assertEqual(c.method(), "M::method") # okay + self.assertEqual(c.signal(), "M::signal") # problem on PySide6 6.2.2 self.assertEqual(type(c.signal), SignalInstance) |
