Skip to content

Commit 03973d0

Browse files
committed
fix tests
1 parent 48bac16 commit 03973d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_registries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_get_collector_registry_for_evm(self):
181181
"CONFIG_FILE_PATH": "tests/fixtures/configuration_evmhttp.yaml",
182182
"VALIDATION_FILE_PATH": "tests/fixtures/validation.yaml"
183183
})
184-
def test_get_collector_registry_for_evm(self):
184+
def test_get_collector_registry_for_evmhttp(self):
185185
"""Tests that the evm collector is called with the correct args"""
186186
self.collector_registry = CollectorRegistry()
187187
with mock.patch('collectors.EvmHttpCollector', new=mock.Mock()) as collector:

0 commit comments

Comments
 (0)