Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 11, 2019
1 parent 422d0f7 commit 41d8a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testprocessinggui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@ void TestProcessingGui::testLayoutItemWrapper()
// check signal
if ( type != QgsProcessingGui::Modeler )
{
static_cast< QComboBox * >( wrapper.wrappedWidget() )->setCurrentIndex( 0 );
static_cast< QComboBox * >( wrapper.wrappedWidget() )->setCurrentIndex( 1 );
}
else
{
Expand Down

0 comments on commit 41d8a9c

Please sign in to comment.