Skip to content

Commit b804d4d

Browse files
committed
Fix test description
1 parent c48ef00 commit b804d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/collections/test_tomogram_motion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_get(mock_permissions, client):
99

1010

1111
def test_get_middle(mock_permissions, client):
12-
"""Get motion correction without tilt alignment data"""
12+
"""Get central slice"""
1313
resp = client.get("/dataCollections/6017406/tomogram-motion?getMiddle=true")
1414
assert resp.status_code == 200
1515
assert resp.json()["items"][0]["TiltImageAlignment"]["refinedTiltAngle"] == 16

0 commit comments

Comments
 (0)