Skip to content

Commit 45f6f2f

Browse files
antazoeyclaude
authored andcommitted
test: update log level assertion after downgrade
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4104a13 commit 45f6f2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/functional/test_contracts_cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ def test_get_multiple(vyper_contract_instance, solidity_contract_instance, chain
394394

395395

396396
def test_get_multiple_no_addresses(chain, ape_caplog):
397-
with ape_caplog.at_level(LogLevel.WARNING):
397+
with ape_caplog.at_level(LogLevel.DEBUG):
398398
contract_map = chain.contracts.get_multiple([])
399-
assert "WARNING" in ape_caplog.records[-1].levelname
399+
assert "DEBUG" in ape_caplog.records[-1].levelname
400400
assert "No addresses provided." in ape_caplog.messages[-1]
401401

402402
assert not contract_map

0 commit comments

Comments
 (0)