aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy')
-rw-r--r--test/functional/legacy/055_list_and_dict_types_spec.lua (renamed from test/functional/legacy/055_spec.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/055_spec.lua b/test/functional/legacy/055_list_and_dict_types_spec.lua
index bfabea20fa..4b663be04c 100644
--- a/test/functional/legacy/055_spec.lua
+++ b/test/functional/legacy/055_list_and_dict_types_spec.lua
@@ -4,7 +4,7 @@ local helpers = require('test.functional.helpers')
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
-describe('55', function()
+describe('list and dictionary types', function()
before_each(clear)
it('creating list directly with different types', function()