Skip to content

Commit 41d8a9c

Browse files
committedMar 11, 2019
Fix test
1 parent 422d0f7 commit 41d8a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/gui/testprocessinggui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2652,7 +2652,7 @@ void TestProcessingGui::testLayoutItemWrapper()
26522652
// check signal
26532653
if ( type != QgsProcessingGui::Modeler )
26542654
{
2655-
static_cast< QComboBox * >( wrapper.wrappedWidget() )->setCurrentIndex( 0 );
2655+
static_cast< QComboBox * >( wrapper.wrappedWidget() )->setCurrentIndex( 1 );
26562656
}
26572657
else
26582658
{

0 commit comments

Comments
 (0)
Please sign in to comment.