diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-04-27 15:51:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 15:51:44 +0800 |
commit | d321deb4a9b05e9d81b79ac166274f4a6e7981bf (patch) | |
tree | 195446b3e2668a53edb44e93223905b9939073d6 /test/functional/editor/put_spec.lua | |
parent | d1bb9bffd5e86d30696969e001af3c3db8ed4bcf (diff) | |
download | rneovim-d321deb4a9b05e9d81b79ac166274f4a6e7981bf.tar.gz rneovim-d321deb4a9b05e9d81b79ac166274f4a6e7981bf.tar.bz2 rneovim-d321deb4a9b05e9d81b79ac166274f4a6e7981bf.zip |
test: fix dependencies between test cases (#23343)
Discovered using --shuffle argument of busted.
Diffstat (limited to 'test/functional/editor/put_spec.lua')
-rw-r--r-- | test/functional/editor/put_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/editor/put_spec.lua b/test/functional/editor/put_spec.lua index fb55b71e43..47068470bb 100644 --- a/test/functional/editor/put_spec.lua +++ b/test/functional/editor/put_spec.lua @@ -902,6 +902,8 @@ describe('put command', function() end end end, unchanged=(not should_ring)} + screen.bell = false + screen.visualbell = false end it('should not ring the bell with gp at end of line', function() |