Fix typo in docstring
This commit is contained in:
@@ -51,7 +51,7 @@ class MockWheelEvent(QWheelEvent):
|
|||||||
|
|
||||||
@pytest.mark.gui
|
@pytest.mark.gui
|
||||||
def testExtModified_NDialog(qtbot, monkeypatch):
|
def testExtModified_NDialog(qtbot, monkeypatch):
|
||||||
"""Test the QDialog class."""
|
"""Test the NDialog class."""
|
||||||
widget = QWidget()
|
widget = QWidget()
|
||||||
dialog = NDialog(widget)
|
dialog = NDialog(widget)
|
||||||
assert dialog.parent() is widget
|
assert dialog.parent() is widget
|
||||||
|
|||||||
Reference in New Issue
Block a user