From 15c0882f4e00a31c8773f4de66ec06e6a3fd469c Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Tue, 27 Sep 2016 23:47:50 +0300 Subject: [PATCH] libwallet_api: tests: test fixed according implementation --- tests/libwallet_api_tests/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/libwallet_api_tests/main.cpp b/tests/libwallet_api_tests/main.cpp index 0b9bc4aa..dfd380f5 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);