Added tests for persistence

This commit is contained in:
Sarthak Deshpande 2024-10-21 15:56:54 +05:30
parent cae5b0708b
commit 862ff6c653
7 changed files with 157 additions and 11 deletions

View file

@ -36,8 +36,8 @@ async def memory_settings():
Api.memory,
)
return {
"memory_impl": impls[Api.memory],
"memory_banks_impl": impls[Api.memory_banks],
"memory_impl": impls['impls'][Api.memory],
"memory_banks_impl": impls['impls'][Api.memory_banks],
}