Skip to content

Commit 4cac105

Browse files
author
Alex Meadows
committed
process_tracker_python-139 Add high level dates to process
🐛 forgot to remove milliseconds for mysql Closes #139
1 parent 7f1eb95 commit 4cac105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_process_tracker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ def test_change_run_status_complete(self):
15631563
:return:
15641564
"""
15651565
end_date = datetime.now()
1566+
end_date.replace(microsecond=0)
15661567
self.process_tracker.change_run_status(
15671568
new_status="completed", end_date=end_date
15681569
)

0 commit comments

Comments
 (0)