summaryrefslogtreecommitdiffstats
path: root/tests/async_builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async_builder.rs')
-rw-r--r--tests/async_builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async_builder.rs b/tests/async_builder.rs
index 08bf691..b0aa0f4 100644
--- a/tests/async_builder.rs
+++ b/tests/async_builder.rs
@@ -18,7 +18,7 @@ impl AsyncFile {
#[async_trait]
impl AsyncSource for AsyncFile {
- async fn collect(&self) -> Result<MapImpl<String, Value>, ConfigError> {
+ async fn collect(&self) -> Result<Map<String, Value>, ConfigError> {
let mut path = env::current_dir().unwrap();
let local = path::PathBuf::from_str(&self.path).unwrap();