Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent authored Mar 21, 2024
1 parent 8cabb78 commit 81100e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions store/neurostore/tests/api/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_updating_annotation(assign_neurosynth_to_user, auth_client, session):
annotation_dict["notes"][i]["note"]["_5"] = 1.0
auth_client.put(f"/api/annotations/{annotation.id}", data=annotation_dict)


@performance_test
def test_updating_annotation_analysis(assign_neurosynth_to_user, auth_client, session):
q = Annotation.query
Expand All @@ -126,6 +127,7 @@ def test_updating_annotation_analysis(assign_neurosynth_to_user, auth_client, se
aa_id = annotation_analysis["id"]
auth_client.put(f"/api/annotation-analyses/{aa_id}", data=annotation_analysis)


@performance_test
def test_updating_annotation_one(assign_neurosynth_to_user, auth_client, session):
q = Annotation.query
Expand Down

0 comments on commit 81100e3

Please sign in to comment.