MergeBehavior -> ImportGranularity
This commit is contained in:
@@ -1145,7 +1145,7 @@ mod tests {
|
||||
|
||||
use ide::Analysis;
|
||||
use ide_db::helpers::{
|
||||
insert_use::{InsertUseConfig, PrefixKind},
|
||||
insert_use::{ImportGranularity, InsertUseConfig, PrefixKind},
|
||||
SnippetCap,
|
||||
};
|
||||
|
||||
@@ -1177,7 +1177,7 @@ mod tests {
|
||||
add_call_argument_snippets: true,
|
||||
snippet_cap: SnippetCap::new(true),
|
||||
insert_use: InsertUseConfig {
|
||||
merge: None,
|
||||
granularity: ImportGranularity::Item,
|
||||
prefix_kind: PrefixKind::Plain,
|
||||
group: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user