Updated write.rs integrationtest to comply with new definition of :x

pull/11849/head
Phyfl 2 months ago committed by GitHub
parent f2565c2a88
commit 205b5167b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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<ret>"), None, false).await?;
test_key_sequence(&mut app, Some("iOverwriteData<esc>:x<ret>"), None, false).await?;
reload_file(&mut file).unwrap();
let mut file_content = String::new();

Loading…
Cancel
Save