mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	API: validation: mention invalid method name (#8489)
This commit is contained in:
		| @@ -222,7 +222,7 @@ describe('server -> client', function() | ||||
|     end) | ||||
|  | ||||
|     it('returns an error if the request failed', function() | ||||
|       expect_err('Vim:Invalid method name', | ||||
|       expect_err('Vim:Invalid method: does%-not%-exist', | ||||
|                  eval, "rpcrequest(vim, 'does-not-exist')") | ||||
|     end) | ||||
|   end) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Justin M. Keyes
					Justin M. Keyes