Skip to content

Commit

Permalink
#153 - Test for unittest change
Browse files Browse the repository at this point in the history
  • Loading branch information
antaenc committed Jan 14, 2025
1 parent 4ca965f commit b1f571d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/szengine/delete_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
try:
sz_abstract_factory = SzAbstractFactory(**FACTORY_PARAMETERS)
sz_engine = sz_abstract_factory.create_engine()
RESULT = sz_engine.delete_record(DATA_SOURCE_CODE, RECORD_ID, FLAGS)
RESULT = sz_engine.delete_record(787, RECORD_ID, FLAGS)
print(f"\nFile {__file__}:\n{RESULT}\n")
except SzError as err:
print(f"\nFile {__file__}:\nError:\n{err}\n")

0 comments on commit b1f571d

Please sign in to comment.