Skip to content

Commit

Permalink
Missing QFAIL on test
Browse files Browse the repository at this point in the history
  • Loading branch information
bnogalm committed Dec 21, 2019
1 parent 580c857 commit abe5466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/transactiontest.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ private slots:
.addOperation(CreateAccountOperation::create(KeyPair::random(), "2000"))
.addMemo(Memo::hash(QString("abcdef")))
.build();
QFAIL("missing exception");
} catch (std::runtime_error exception) {
QVERIFY(QString(exception.what()).compare("TimeBounds has to be set or you must call setTimeout(TIMEOUT_INFINITE).")==0);
}
Expand Down

0 comments on commit abe5466

Please sign in to comment.