Skip to content

Commit 6ce5e3e

Browse files
authored
✅ Tweak comment in test to reference PR (fastapi#14885)
1 parent 65da3dd commit 6ce5e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_list_bytes_file_order_preserved_issue_14811.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Regression test: preserve order when using list[bytes] + File()
33
See https://github.com/fastapi/fastapi/discussions/14811
4-
Related: PR #3372
4+
Fixed in PR: https://github.com/fastapi/fastapi/pull/14884
55
"""
66

77
from typing import Annotated

0 commit comments

Comments
 (0)