File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ impl<T: TestCase> TestCaseRunner<T> {
132
132
///
133
133
/// * `path` - Location of the Citrea binary to be used when spawning binary.
134
134
///
135
- pub fn citrea_path < P : AsRef < Path > > ( self , path : P ) -> Self {
135
+ pub fn set_citrea_path < P : AsRef < Path > > ( self , path : P ) -> Self {
136
136
self . set_binary_path ( CITREA_ENV , path)
137
137
}
138
138
@@ -142,7 +142,7 @@ impl<T: TestCase> TestCaseRunner<T> {
142
142
///
143
143
/// * `path` - Location of the Bitcoin binary to be used when spawning binary.
144
144
///
145
- pub fn bitcoin_path < P : AsRef < Path > > ( self , path : P ) -> Self {
145
+ pub fn set_bitcoin_path < P : AsRef < Path > > ( self , path : P ) -> Self {
146
146
self . set_binary_path ( BITCOIN_ENV , path)
147
147
}
148
148
@@ -152,7 +152,7 @@ impl<T: TestCase> TestCaseRunner<T> {
152
152
///
153
153
/// * `path` - Location of the Clementine binary to be used when spawning binary.
154
154
///
155
- pub fn clementine_path < P : AsRef < Path > > ( self , path : P ) -> Self {
155
+ pub fn set_clementine_path < P : AsRef < Path > > ( self , path : P ) -> Self {
156
156
self . set_binary_path ( CLEMENTINE_ENV , path)
157
157
}
158
158
}
You can’t perform that action at this time.
0 commit comments