Skip to content

Commit

Permalink
Fix expected result for Balance
Browse files Browse the repository at this point in the history
  • Loading branch information
androm3da authored and clemahieu committed Dec 16, 2017
1 parent ee0b95c commit 0ee43ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/qt_test/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST (wallet, startup_balance)
wallet_l->insert_adhoc (key.prv);
auto wallet (std::make_shared <rai_qt::wallet> (*test_application, processor, *system.nodes [0], wallet_l, key.pub));
wallet->start ();
ASSERT_EQ ("Balance: 0", wallet->self.balance_label->text().toStdString ());
ASSERT_EQ ("Balance (XRB): 0", wallet->self.balance_label->text().toStdString ());
}

TEST (wallet, select_account)
Expand Down

0 comments on commit 0ee43ed

Please sign in to comment.