Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
m-kuhn committed Jun 5, 2021
1 parent 37f5a26 commit b7e1907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgsrelationreferencewidget.cpp
Expand Up @@ -573,7 +573,7 @@ void TestQgsRelationReferenceWidget::testIdentifyOnMap()
QCOMPARE( w.mComboBox->currentData( Qt::DisplayRole ).toInt(), 10 );

w.setReadOnlySelector( true );
QVERIFY( !w.mComboBox->enabled() );
QVERIFY( !w.mComboBox->isEnabled() );

mLayer1->rollBack();
}
Expand Down

0 comments on commit b7e1907

Please sign in to comment.