summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
Diffstat (limited to 'server/test')
-rw-r--r--server/test/crossfile/hover.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/crossfile/hover.lua b/server/test/crossfile/hover.lua
index 47fa0a45..1d4328e1 100644
--- a/server/test/crossfile/hover.lua
+++ b/server/test/crossfile/hover.lua
@@ -86,7 +86,7 @@ function TEST(data)
if hover.label then
hover.label = hover.label:gsub('\r\n', '\n')
end
- assert(eq(hover, data.hover), table.dump(hover) .. '\n' .. table.dump(data.hover))
+ assert(eq(hover, data.hover))
end
TEST {