diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2024-01-17 13:46:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-17 13:46:55 +0000 |
| commit | e855a80c72ed89815255bb6ff38bff27e58e523f (patch) | |
| tree | ecb2245caed90d99785df194199cf971284852ee /test/functional/ex_cmds | |
| parent | d88814ef68b3f2ad3ed005ee0683eff063b017a6 (diff) | |
| parent | 14b7ffcf89bc448b626df3d9e19f9f5a3682ae2b (diff) | |
| download | rneovim-e855a80c72ed89815255bb6ff38bff27e58e523f.tar.gz rneovim-e855a80c72ed89815255bb6ff38bff27e58e523f.tar.bz2 rneovim-e855a80c72ed89815255bb6ff38bff27e58e523f.zip | |
Merge pull request #27024 from lewis6991/test_followup
test: big cleanup followup + typing
Diffstat (limited to 'test/functional/ex_cmds')
| -rw-r--r-- | test/functional/ex_cmds/swapfile_preserve_recover_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/swapfile_preserve_recover_spec.lua b/test/functional/ex_cmds/swapfile_preserve_recover_spec.lua index 4c2e54cc6b..a6fdb919c5 100644 --- a/test/functional/ex_cmds/swapfile_preserve_recover_spec.lua +++ b/test/functional/ex_cmds/swapfile_preserve_recover_spec.lua @@ -222,7 +222,7 @@ describe('swapfile detection', function() screen2:expect(expected_no_dialog) -- With API call and shortmess+=F - async_meths.command('edit %') + async_meths.nvim_command('edit %') screen2:expect { any = [[Found a swap file by the name ".*]] .. [[Xtest_swapdialog_dir[/\].*]] |