diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-27 23:47:50 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-27 23:47:50 +0300 |
commit | 15c0882f4e00a31c8773f4de66ec06e6a3fd469c (patch) | |
tree | 75732c524c5eabc88eee4c184e463edef762df2d /tests/libwallet_api_tests | |
parent | libwallet_api: tests: compilation errors fixed (diff) | |
download | monero-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.cpp | 1 |
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); |