fix tests
This commit is contained in:
parent
29798c763c
commit
0fb8894fbe
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ fn test_unresolved_module_diagnostic() {
|
|||
source_file_edits: [],
|
||||
file_system_edits: [CreateFile { source_root: SourceRootId(0), path: "foo.rs" }],
|
||||
cursor_position: None }),
|
||||
severity: Some(Error) }]"#,
|
||||
severity: Error }]"#,
|
||||
&diagnostics,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue