Skip to content

Commit 2263237

Browse files
committed
Update test for editorwidgetregistry
1 parent 1adc55f commit 2263237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/gui/testqgseditorwidgetregistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TestQgsEditorWidgetRegistry: public QObject
7777

7878
void doubleType()
7979
{
80-
checkSimple( QStringLiteral( "double" ), QStringLiteral( "Range" ) );
80+
checkSimple( QStringLiteral( "double" ), QStringLiteral( "TextEdit" ) );
8181
}
8282

8383
void arrayType()

0 commit comments

Comments
 (0)