|
|
@@ -458,6 +458,6 @@ mod tests {
|
|
458
|
458
|
#[test]
|
|
459
|
459
|
fn default_config() {
|
|
460
|
460
|
let mut config = Config::from_toml_str::<&str>(DEFAULT_CONFIG, None).unwrap();
|
|
461
|
|
- config.add_tile_sources_from_str(DEFAULT_TILE_SOURCES, None).unwrap();
|
|
|
461
|
+ config.add_tile_sources_from_str::<&str>(DEFAULT_TILE_SOURCES, None).unwrap();
|
|
462
|
462
|
}
|
|
463
|
463
|
}
|