Fix typo in docstring

This commit is contained in:
Veronica Berglyd Olsen
2024-06-10 01:10:59 +02:00
parent 255a4a327e
commit b76c866c9d
+1 -1
View File
@@ -51,7 +51,7 @@ class MockWheelEvent(QWheelEvent):
@pytest.mark.gui
def testExtModified_NDialog(qtbot, monkeypatch):
"""Test the QDialog class."""
"""Test the NDialog class."""
widget = QWidget()
dialog = NDialog(widget)
assert dialog.parent() is widget