Skip to content

Commit

Permalink
Update szengine_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc authored Oct 31, 2024
1 parent 2cb4711 commit e044a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/szengine_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def preprocess_record(
def prime_engine(self, **kwargs: Any) -> None:
"""None"""

def process_redo_record(self, redo_record: str, flags: int, **kwargs: Any) -> str:
def process_redo_record(self, redo_record: str, flags: int = 0, **kwargs: Any) -> str:
return ""

def reevaluate_entity(self, entity_id: int, flags: int = 0, **kwargs: Any) -> str:
Expand Down

0 comments on commit e044a5c

Please sign in to comment.