Skip to content

Commit

Permalink
Update test for editorwidgetregistry
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 31, 2018
1 parent 1adc55f commit 2263237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgseditorwidgetregistry.cpp
Expand Up @@ -77,7 +77,7 @@ class TestQgsEditorWidgetRegistry: public QObject

void doubleType()
{
checkSimple( QStringLiteral( "double" ), QStringLiteral( "Range" ) );
checkSimple( QStringLiteral( "double" ), QStringLiteral( "TextEdit" ) );
}

void arrayType()
Expand Down

0 comments on commit 2263237

Please sign in to comment.