mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
test: Add BOOST_REQUIRE to getters returning optional
This commit is contained in:
parent
6d58a5c3b0
commit
fa21ca09a8
4 changed files with 12 additions and 11 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue