aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-26 19:03:43 -0800
committerGitHub <noreply@github.com>2020-01-26 19:03:43 -0800
commitb5daee7b8faaa00b83eb17ad231b8dbc417f628c (patch)
tree4f2150ee9703be7ed7c7ea4bd56d21f3eca80eaf /test/functional/helpers.lua
parent88f133c30d4b46e371f0cdb0797113cbbca9cc59 (diff)
parent1c3ca4f18fdc403813d8959b49626ac1c99e2c59 (diff)
downloadrneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.tar.gz
rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.tar.bz2
rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.zip
Merge #7836 'session: restore same :terminal buf split windows'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 3ffc6137d6..53c4d140b6 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -794,7 +794,7 @@ function module.alter_slashes(obj)
end
return ret
else
- assert(false, 'Could only alter slashes for tables of strings and strings')
+ assert(false, 'expected string or table of strings, got '..type(obj))
end
end