Skip to content

Commit

Permalink
add search test to tst_models
Browse files Browse the repository at this point in the history
  • Loading branch information
lievenhey committed Apr 17, 2024
1 parent 1063940 commit 32067fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/modeltests/tst_models.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ private slots:
for (int i = 0; i < 5; i++) {
model.find(QStringLiteral("Line 8"), Direction::Forward, i);
auto result = searchSpy.takeFirst();
qDebug() << i;
QCOMPARE(result.at(0).value<QModelIndex>().isValid(), false);
}

Expand Down

0 comments on commit 32067fe

Please sign in to comment.