Skip to content

Commit cebe80e

Browse files
codebydivineclaude
andcommitted
Add UNISWAP_V4 test coverage to ensure API compliance
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 8365908 commit cebe80e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/test_core_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_interval_string_conversion(self):
7575

7676
def test_protocol_string_conversion(self):
7777
"""Test Protocol enum string conversion."""
78-
for protocol in [Protocol.UNISWAP_V2, Protocol.UNISWAP_V3]:
78+
for protocol in [Protocol.UNISWAP_V2, Protocol.UNISWAP_V3, Protocol.UNISWAP_V4]:
7979
assert isinstance(str(protocol), str)
8080
assert str(protocol) == protocol.value
8181

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)