mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	test/man_spec: remove plugin_helpers.reset()
The call to plugin_helpers.reset() is redundant with the clear() call above it. Probably just a copy-paste mistake. Avoids exit_event race #8813. Helped-by: Björn Linse <bjorn.linse@gmail.com>
This commit is contained in:
		| @@ -1,5 +1,4 @@ | |||||||
| local helpers = require('test.functional.helpers')(after_each) | local helpers = require('test.functional.helpers')(after_each) | ||||||
| local plugin_helpers = require('test.functional.plugin.helpers') |  | ||||||
| local Screen = require('test.functional.ui.screen') | local Screen = require('test.functional.ui.screen') | ||||||
| local command, eval, rawfeed = helpers.command, helpers.eval, helpers.rawfeed | local command, eval, rawfeed = helpers.command, helpers.eval, helpers.rawfeed | ||||||
| local clear = helpers.clear | local clear = helpers.clear | ||||||
| @@ -9,7 +8,6 @@ describe(':Man', function() | |||||||
|     local screen |     local screen | ||||||
|  |  | ||||||
|     before_each(function() |     before_each(function() | ||||||
|       plugin_helpers.reset() |  | ||||||
|       clear() |       clear() | ||||||
|       command('syntax on') |       command('syntax on') | ||||||
|       command('set filetype=man') |       command('set filetype=man') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Justin M. Keyes
					Justin M. Keyes