mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
test: [refactor] Pass TestOpts
This commit is contained in:
parent
bd5d1688b4
commit
fa690c8e53
13 changed files with 40 additions and 41 deletions
|
|
@ -167,9 +167,10 @@ struct SnapshotTestSetup : TestChain100Setup {
|
|||
// destructive filesystem operations.
|
||||
SnapshotTestSetup() : TestChain100Setup{
|
||||
{},
|
||||
{},
|
||||
/*coins_db_in_memory=*/false,
|
||||
/*block_tree_db_in_memory=*/false,
|
||||
{
|
||||
.coins_db_in_memory = false,
|
||||
.block_tree_db_in_memory = false,
|
||||
},
|
||||
}
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue