mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 13:47:56 +02:00
test: [refactor] Pass TestOpts
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
struct LogIPsTestingSetup : public TestingSetup {
|
||||
LogIPsTestingSetup()
|
||||
: TestingSetup{ChainType::MAIN, /*extra_args=*/{"-logips"}} {}
|
||||
: TestingSetup{ChainType::MAIN, {.extra_args = {"-logips"}}} {}
|
||||
};
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(net_peer_connection_tests, LogIPsTestingSetup)
|
||||
|
||||
Reference in New Issue
Block a user