Skip to content

Commit 99b953f

Browse files
committed
please pass
1 parent 5e27c5a commit 99b953f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

backend/tests/test_tools_writing.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ async def test_writes_section(self):
103103

104104
class TestGetDraft:
105105
async def test_no_project(self):
106-
from unittest.mock import patch, AsyncMock
106+
from unittest.mock import AsyncMock, patch
107+
107108
from openmlr.tools.writing import _projects
108109
_projects.clear()
109110
# Mock _get_author_info to avoid database calls
@@ -112,7 +113,8 @@ async def test_no_project(self):
112113
assert ok is False
113114

114115
async def test_generates_draft(self):
115-
from unittest.mock import patch, AsyncMock
116+
from unittest.mock import AsyncMock, patch
117+
116118
from openmlr.tools.writing import _projects
117119
_projects.clear()
118120
_create_project(conv_id=1, title="The Paper")

0 commit comments

Comments
 (0)