Skip to content

Commit

Permalink
尝试修改单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai committed Sep 20, 2024
1 parent accd105 commit 7310e8d
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 @@ -82,11 +82,11 @@ def setUp(self):
)
self.workflow_audit_detail= WorkflowAuditDetail.objects.create(
audit_id=1,
audit="",
audit_user="",
audit_time="",
audit_status="",
remark="",
sys_time="",
)
self.sys_config = SysConfig()
self.client = Client()
Expand Down

0 comments on commit 7310e8d

Please sign in to comment.