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
M.setup({
message = "Test message ensuring when a user calls "
.. "`setup` with overrides, their preferences are kept.",
})
-- M.setup({
-- message = "Test message ensuring when a user calls "
-- .. "`setup` with overrides, their preferences are kept.",
-- })
return M