Skip to content

Commit ec3e4d5

Browse files
committed
fix(ruff): formatting
1 parent d55bff5 commit ec3e4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/ecosystem/test_explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async def test_get_contract_abi_not_list(self, block_explorer: BlockExplorer):
253253
mock_get.return_value = {"result": '{"not":"a list"}'}
254254

255255
# Call the method and expect exception
256-
with pytest.raises(AbiError, match="Parsed ABI .* is not a list"): # noqa: RUF043
256+
with pytest.raises(AbiError, match="Parsed ABI .* is not a list"): # noqa: RUF043
257257
await block_explorer.get_contract_abi("0x1234567890abcdef")
258258

259259
# Verify

0 commit comments

Comments
 (0)