minor: Rename '*' at eof integration test to be more specific
This commit is contained in:
parent
ba4793fca0
commit
ccdb710431
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ mod movement;
|
|||
mod write;
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn after_the_final_char() -> anyhow::Result<()> {
|
||||
async fn search_selection_detect_word_boundaries_at_eof() -> anyhow::Result<()> {
|
||||
// <https://github.com/helix-editor/helix/issues/12609>
|
||||
test((
|
||||
indoc! {"\
|
||||
|
|
Loading…
Add table
Reference in a new issue