mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
test: Add BOOST_REQUIRE to getters returning optional
This commit is contained in:
@@ -187,7 +187,7 @@ struct TestArgsManager : public ArgsManager
|
||||
m_config_args.clear();
|
||||
}
|
||||
std::string error;
|
||||
ReadConfigStream(streamConfig, error);
|
||||
BOOST_REQUIRE(ReadConfigStream(streamConfig, error));
|
||||
}
|
||||
void SetNetworkOnlyArg(const std::string arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user