diff options
Diffstat (limited to 'helix-term/tests/integration/auto_indent.rs')
-rw-r--r-- | helix-term/tests/integration/auto_indent.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-term/tests/integration/auto_indent.rs b/helix-term/tests/integration/auto_indent.rs index 18138cca..74d1ac58 100644 --- a/helix-term/tests/integration/auto_indent.rs +++ b/helix-term/tests/integration/auto_indent.rs @@ -18,7 +18,8 @@ async fn auto_indent_c() -> anyhow::Result<()> { } "}, ), - )?; + ) + .await?; Ok(()) } |