fix: comment out test call to `setup`

This commit is contained in:
Daniel Hill 2023-01-22 23:51:22 -05:00
parent 14d268bc6b
commit ab566a9599
1 changed files with 4 additions and 4 deletions

View File

@ -56,9 +56,9 @@ function M.setup(opts)
-- }) -- })
end end
M.setup({ -- M.setup({
message = "Test message ensuring when a user calls " -- message = "Test message ensuring when a user calls "
.. "`setup` with overrides, their preferences are kept.", -- .. "`setup` with overrides, their preferences are kept.",
}) -- })
return M return M