From 205b5167b6a4d0c45526e6ca3460a23df3f1ce71 Mon Sep 17 00:00:00 2001 From: Phyfl <100218248+Phyfl@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:21:24 +0200 Subject: [PATCH] Updated write.rs integrationtest to comply with new definition of :x --- helix-term/tests/test/commands/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/tests/test/commands/write.rs b/helix-term/tests/test/commands/write.rs index aba101e9f..bb3992d49 100644 --- a/helix-term/tests/test/commands/write.rs +++ b/helix-term/tests/test/commands/write.rs @@ -144,7 +144,7 @@ async fn test_overwrite_protection() -> anyhow::Result<()> { file.as_file_mut().flush()?; file.as_file_mut().sync_all()?; - test_key_sequence(&mut app, Some(":x"), None, false).await?; + test_key_sequence(&mut app, Some("iOverwriteData:x"), None, false).await?; reload_file(&mut file).unwrap(); let mut file_content = String::new();