File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ impl TestCase for BasicSyncTest {
24
24
docker : TestCaseDockerConfig {
25
25
bitcoin : true ,
26
26
citrea : true ,
27
+ ..Default :: default ( )
27
28
} ,
28
29
..Default :: default ( )
29
30
}
@@ -83,6 +84,7 @@ impl TestCase for RestartBitcoinTest {
83
84
docker : TestCaseDockerConfig {
84
85
bitcoin : true ,
85
86
citrea : true ,
87
+ ..Default :: default ( )
86
88
} ,
87
89
..Default :: default ( )
88
90
}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ impl TestCase for DockerIntegrationTest {
19
19
docker : TestCaseDockerConfig {
20
20
bitcoin : true ,
21
21
citrea : true ,
22
+ ..Default :: default ( )
22
23
} ,
23
24
..Default :: default ( )
24
25
}
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ impl TestCase for MutiSequencerTest {
20
20
docker : TestCaseDockerConfig {
21
21
bitcoin : true ,
22
22
citrea : true ,
23
+ ..Default :: default ( )
23
24
} ,
24
25
..Default :: default ( )
25
26
}
You can’t perform that action at this time.
0 commit comments