Skip to content

Commit 99a688b

Browse files
committed
Add clementine config
1 parent dd30fb9 commit 99a688b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tests/bitcoin.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ impl TestCase for BasicSyncTest {
2424
docker: TestCaseDockerConfig {
2525
bitcoin: true,
2626
citrea: true,
27+
..Default::default()
2728
},
2829
..Default::default()
2930
}
@@ -83,6 +84,7 @@ impl TestCase for RestartBitcoinTest {
8384
docker: TestCaseDockerConfig {
8485
bitcoin: true,
8586
citrea: true,
87+
..Default::default()
8688
},
8789
..Default::default()
8890
}

tests/docker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ impl TestCase for DockerIntegrationTest {
1919
docker: TestCaseDockerConfig {
2020
bitcoin: true,
2121
citrea: true,
22+
..Default::default()
2223
},
2324
..Default::default()
2425
}

tests/sequencer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ impl TestCase for MutiSequencerTest {
2020
docker: TestCaseDockerConfig {
2121
bitcoin: true,
2222
citrea: true,
23+
..Default::default()
2324
},
2425
..Default::default()
2526
}

0 commit comments

Comments
 (0)