Switch to expect_test from crates.io
This commit is contained in:
@@ -120,7 +120,7 @@ fn insert_whitespaces(syn: SyntaxNode) -> String {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use expect::{expect, Expect};
|
||||
use expect_test::{expect, Expect};
|
||||
|
||||
use crate::mock_analysis::analysis_and_position;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user