aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-27 23:47:50 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-27 23:47:50 +0300
commit15c0882f4e00a31c8773f4de66ec06e6a3fd469c (patch)
tree75732c524c5eabc88eee4c184e463edef762df2d /tests/libwallet_api_tests
parentlibwallet_api: tests: compilation errors fixed (diff)
downloadmonero-15c0882f4e00a31c8773f4de66ec06e6a3fd469c.tar.xz
libwallet_api: tests: test fixed according implementation
Diffstat (limited to 'tests/libwallet_api_tests')
-rw-r--r--tests/libwallet_api_tests/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/main.cpp b/tests/libwallet_api_tests/main.cpp
index 0b9bc4aa5..dfd380f53 100644
--- a/tests/libwallet_api_tests/main.cpp
+++ b/tests/libwallet_api_tests/main.cpp
@@ -973,7 +973,6 @@ TEST_F(WalletTest2, WalletCallbackNewBlock)
wallet_listener->cv_newblock.wait_for(lock, wait_for);
std::cerr << "TEST: newblock lock acquired...\n";
ASSERT_TRUE(wallet_listener->newblock_triggered);
- ASSERT_TRUE(wallet_listener->update_triggered);
uint64_t bc2 = wallet_src->blockChainHeight();
std::cout << "** Block height: " << bc2 << std::endl;
ASSERT_TRUE(bc2 > bc1);