We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7b8fb commit 2f137f9Copy full SHA for 2f137f9
common/tests/loc_over_bus.rs
@@ -186,7 +186,10 @@ async fn loc_round_trip_over_caryatid() -> Result<()> {
186
// This ensures config-rs always finds the file, even when integration tests are run from the workspace root or other locations.
187
let config = Arc::new(
188
Config::builder()
189
- .add_source(File::with_name(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/test")))
+ .add_source(File::with_name(concat!(
190
+ env!("CARGO_MANIFEST_DIR"),
191
+ "/tests/test"
192
+ )))
193
.add_source(Environment::with_prefix("CARYATID"))
194
.build()
195
.unwrap(),
0 commit comments