Skip to content

Commit

Permalink
尝试修改单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai committed Sep 23, 2024
1 parent 3f68f43 commit 93ac8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/test_archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def setUp(self):
create_user_display="",
)
self.audit_detail = WorkflowAuditDetail.objects.create(
audit_id=self.audit_flow.id,
audit_id=self.audit_flow.audit_id,
audit_user="",
audit_time= self.now - timedelta(days=1),
audit_status=WorkflowStatus.PASSED,
Expand Down

0 comments on commit 93ac8d4

Please sign in to comment.