revert failing test

This commit is contained in:
MihailRis 2025-01-01 20:10:44 +03:00
parent 7039ddde1c
commit c427501897

View File

@ -21,7 +21,7 @@ assert(world.get_seed() == 2019)
app.tick()
-- Remove base pack
app.reconfig_packs({"undefined"}, {"base"})
app.reconfig_packs({}, {"base"})
-- World is reopened in post-runnable
app.tick()