Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed May 24, 2024
1 parent be7efc8 commit 503bc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monitoring_tests/cowamm_commitment_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def check_commitments(self, settlement: dict[str, Any]) -> bool:
If there is a preinteraction with a call to the commit function of the CoW AMM contant
product smart contract, the commitment of that AMM is checked at the current point in
time.
This is not a check for including a commit in post interactions or within interactions.
It also does not check if the uncommit happened immediately, but just checks if the
current commitment is to the default order.
Expand Down Expand Up @@ -88,7 +88,7 @@ def get_commitment(self, cowamm: str) -> str | None:

def run(self, tx_hash: str) -> bool:
"""
Wrapper function for the whole test. Checks that commitments for custom CoW AMM of CoW
Wrapper function for the whole test. Checks that commitments for custom CoW AMM of CoW
AMM orders are reset
"""

Expand Down

0 comments on commit 503bc36

Please sign in to comment.