Skip to content

Commit db4a59e

Browse files
committed
test new behavior
1 parent 1ebe755 commit db4a59e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

store/backend/neurostore/tests/api/test_base_studies.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,9 @@ def test_nested_base_study(auth_client, ingest_neurosynth, session):
240240
first_version = first_result["versions"][0]
241241

242242
assert isinstance(first_version, dict)
243-
# username/user fields are present when user relationship is loaded
244243
assert "username" in first_version
245244
assert "user" in first_version
246245

247-
# Nested analyses should also render as full objects
248246
if first_version.get("analyses"):
249247
first_analysis = first_version["analyses"][0]
250248
assert isinstance(first_analysis, dict)

0 commit comments

Comments
 (0)