mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Remove unnecessary replace
This commit is contained in:
parent
0bce80b6f8
commit
1b2e480e1e
1 changed files with 3 additions and 4 deletions
|
@ -1020,14 +1020,13 @@ mod test {
|
|||
ˇ•••
|
||||
ˇb
|
||||
"
|
||||
}
|
||||
.replace("•", " ");
|
||||
};
|
||||
|
||||
for count in 1..=3 {
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-f", "b"], &test_case)
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-f", "b"], test_case)
|
||||
.await;
|
||||
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-t", "b"], &test_case)
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-t", "b"], test_case)
|
||||
.await;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue