Skip to content

Commit

Permalink
Fix unit tests #96
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Oct 4, 2020
1 parent 8632918 commit f993257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gui/annotator/tabs/AnnotationTabContextMenuTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void AnnotationTabContextMenuTest::TestCustomActionTriggered_Should_CallInnerAct

menu.show(tabIndex, {});

QCOMPARE(customAction.data(), tabIndex);
QCOMPARE(customAction.data().toInt(), tabIndex);
QCOMPARE(spy.count(), 1);
}

Expand Down

0 comments on commit f993257

Please sign in to comment.