Software / code / prosody
Diff
spec/core_storagemanager_spec.lua @ 13783:833fa5d08d13
Merge 13.0->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 22 Mar 2025 11:56:23 +0100 |
| parent | 13781:97bbe60336bc |
| child | 13847:cbd234461c41 |
line wrap: on
line diff
--- a/spec/core_storagemanager_spec.lua Mon Mar 17 16:49:22 2025 +0000 +++ b/spec/core_storagemanager_spec.lua Sat Mar 22 11:56:23 2025 +0100 @@ -63,7 +63,7 @@ end assert(hm.activate(test_host, {})); sm.initialize_host(test_host); - assert(mm.load(test_host, "storage_"..backend_config.storage)); + mm.load(test_host, "storage_"..backend_config.storage); describe("key-value stores", function () -- These tests rely on being executed in order, disable any order