Apply suggestion from @daukadolt
This commit is contained in:
parent
330c6fe2ed
commit
4cbaa6502d
1 changed files with 0 additions and 2 deletions
|
|
@ -115,8 +115,6 @@ def _load_adapter_with_stubs(monkeypatch):
|
||||||
run_sync_mod.run_sync = lambda coro: None
|
run_sync_mod.run_sync = lambda coro: None
|
||||||
|
|
||||||
# modules.storage.utils JSONEncoder stub
|
# modules.storage.utils JSONEncoder stub
|
||||||
modules_pkg = _install_stub("cognee.modules")
|
|
||||||
storage_pkg2 = _install_stub("cognee.modules.storage")
|
|
||||||
utils_mod2 = _install_stub("cognee.modules.storage.utils")
|
utils_mod2 = _install_stub("cognee.modules.storage.utils")
|
||||||
utils_mod2.JSONEncoder = object
|
utils_mod2.JSONEncoder = object
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue