Small refactoring : renamed the Ragger client

This commit is contained in:
Alexandre Paillier
2023-02-27 18:15:41 +01:00
parent be3aa9f1ba
commit 25b57bb830
8 changed files with 50 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from ragger.conftest import configuration
from ragger.backend import BackendInterface
from ethereum_client.client import EthereumClient
from app.client import EthereumClient
# This final fixture will return the properly configured app client, to be used in tests
@pytest.fixture