Skip to content

Commit

Permalink
Revert tests.
Browse files Browse the repository at this point in the history
Signed-off-by: allexzander <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Jul 27, 2021
1 parent 0099b87 commit da33e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testchecksumvalidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ using namespace OCC::Utility;
_successDown = true;
}

void slotDownError(const QString &errMsg, const QByteArray&, const QByteArray&, const QString&) {
void slotDownError(const QString &errMsg)
{
QCOMPARE(_expectedError, errMsg);
_errorSeen = true;
}
Expand Down

0 comments on commit da33e2b

Please sign in to comment.