Skip to content

Commit

Permalink
fix failing integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
krish-r committed Apr 21, 2024
1 parent e439988 commit bbb8f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/tests/test/movement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ async fn tree_sitter_motions_work_across_injections() -> anyhow::Result<()> {
(
"<script>let #[|x]# = 1;</script>",
"<A-n>",
"<script>let x #[|=]# 1;</script>",
"<script>let x #[=|]# 1;</script>",
),
)
.await?;
Expand Down

0 comments on commit bbb8f2f

Please sign in to comment.