Skip to content

Commit

Permalink
Matching master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitploki committed Mar 10, 2023
2 parents 6e0af73 + 9cb94fd commit 0da440c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def replace_part_of_string(string, start, end, replace):
def append_to_string(string, txt):
return string + txt

<<<<<<< HEAD
def invalidate_invoice(
invoice_text: str,
choice: Literal["tag", "content", "attrib"],
Expand All @@ -43,6 +44,9 @@ def invalidate_invoice(
text: str,
index: int
):
=======
def invalidate_invoice(invoice_text, choice, tag_name, attrib_name, text, index):
>>>>>>> origin
'''
Invalidating the given invoice by changing either the tag or the content into a new text.
Changes the index-th tag or content that matches the tag_name.
Expand Down

0 comments on commit 0da440c

Please sign in to comment.