Skip to content

Commit 81100e3

Browse files
authored
add spaces
1 parent 8cabb78 commit 81100e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

store/neurostore/tests/api/test_performance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def test_updating_annotation(assign_neurosynth_to_user, auth_client, session):
113113
annotation_dict["notes"][i]["note"]["_5"] = 1.0
114114
auth_client.put(f"/api/annotations/{annotation.id}", data=annotation_dict)
115115

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

130+
129131
@performance_test
130132
def test_updating_annotation_one(assign_neurosynth_to_user, auth_client, session):
131133
q = Annotation.query

0 commit comments

Comments
 (0)