Skip to content

Commit

Permalink
#75 Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 4, 2024
1 parent bc0b692 commit 192a465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/senzing_abstract/szengine_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def preprocess_record(
The `preprocess_record` method tests adding a record into the Senzing datastore.
Args:
record_definition (str): A JSON document containing the record to be added to the Senzing repository.
record_definition (str): A JSON document containing the record to be tested.
flags (int, optional): Flags used to control information returned. Defaults to 0.
Returns:
Expand Down
2 changes: 1 addition & 1 deletion tests/szengine_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_how_entity_by_entity_id(sz_engine: SzEngineAbstract) -> None:

def test_preprocess_record(sz_engine: SzEngineAbstract) -> None:
"""Test SzEngine().preprocess_record()."""
sz_engine.preprocess_record("", 0)
sz_engine.preprocess_record("")


def test_prime_engine(sz_engine: SzEngineAbstract) -> None:
Expand Down

0 comments on commit 192a465

Please sign in to comment.