From dcc8fcf0b9d819357d5ec9beb36cf698e600e809 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 3 Sep 2019 13:29:49 +0200 Subject: tests: assert:set_parameter('TableFormatLevel', 100) #10925 luassert uses 3 by default, which is often not enough. Instead of documenting how to increase it, let's use a more fitting (sane) default of 100 levels. --- test/functional/plugin/shada_spec.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/functional/plugin') diff --git a/test/functional/plugin/shada_spec.lua b/test/functional/plugin/shada_spec.lua index c0104a58f7..d96b479a62 100644 --- a/test/functional/plugin/shada_spec.lua +++ b/test/functional/plugin/shada_spec.lua @@ -1360,8 +1360,6 @@ describe('autoload/shada.vim', function() nvim_command('unlet g:__actual') end - assert:set_parameter('TableFormatLevel', 100) - it('works with multiple items', function() strings2sd_eq({{ type=11, timestamp=0, data={ -- cgit