fixed Lazy() has no len

This commit is contained in:
andrei 2022-06-01 13:02:22 +03:00
parent 1ea17b0987
commit d0644c02df

View File

@ -553,7 +553,7 @@ def tarantool_client(db_context): # TODO Here add TarantoolConnectionClass
@pytest.fixture
def utxo_collection(tarantool_client):
return tarantool_client.space("utxos")
return tarantool_client.get_space("utxos")
@pytest.fixture