mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
test: fixed tests for Plugin.opts
This commit is contained in:
parent
784bb3c100
commit
3f3d9df324
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ describe("plugin opts", function()
|
|||
for _, test in ipairs(tests) do
|
||||
local spec = Plugin.Spec.new(test.spec)
|
||||
assert(spec.plugins.foo)
|
||||
assert.same(test.opts, Loader.opts(spec.plugins.foo))
|
||||
assert.same(test.opts, Plugin.values(spec.plugins.foo, "opts"))
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
|
Loading…
Add table
Reference in a new issue