Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhagarwal03 committed Aug 1, 2024
1 parent 50fa4de commit 5999c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

load_dotenv()


@pytest.mark.parametrize(
"tx_hash, expected_imbalances",
[
Expand Down Expand Up @@ -42,7 +43,7 @@
"0x853d955aCEf822Db058eb8505911ED77F175b99e": 7064735278981936006,
"0x3472A5A71965499acd81997a54BBA8D852C6E53d": 2852137014171065178,
"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2": 4722264073109523,
"0x0f2D719407FdBeFF09D87557AbB7232601FD9F29": 10246847087992681796
"0x0f2D719407FdBeFF09D87557AbB7232601FD9F29": 10246847087992681796,
},
),
],
Expand Down

0 comments on commit 5999c49

Please sign in to comment.