Skip to content

Commit 3cb072a

Browse files
authored
format linting
1 parent 2e58384 commit 3cb072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_new_task_invalid_message_empty_parts(self):
144144
messageId=str(uuid.uuid4()),
145145
)
146146
)
147-
147+
148148
def test_new_task_invalid_message_empty_content(self):
149149
with self.assertRaises(ValueError):
150150
new_task(

0 commit comments

Comments
 (0)