Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Jan 29, 2025
1 parent 5612cbe commit ddb28ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/test/api/endpoints/test_stories.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def test_span_annotation_and_memo(client, api_code, api_user, api_document) -> N


@pytest.mark.order(after=["test_upload_documents", "test_codes_create"])
def test_bbox_annotatation_and_memo(client, api_code, api_user, api_document) -> None:
def test_bbox_annotation_and_memo(client, api_code, api_user, api_document) -> None:
alice = api_user.user_list["alice"]
project_image_doc1 = api_document.document_list[image_doc1[1]]
code1 = api_code.code_list["code1"]
Expand Down

0 comments on commit ddb28ef

Please sign in to comment.