test: fix tests

This commit is contained in:
Folke Lemaitre 2025-02-15 23:09:58 +01:00
parent f81a3fb7fe
commit e5e9bf4821
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ local function clean(plugins)
if plugin._.dep == false then
plugin._.dep = nil
end
plugin._.top = nil
return plugin
end, plugins)
end