Skip to content

Commit af2d767

Browse files
Remove redundant assertion in test_fetch_simulation_details_success in test_vcelldb_service.py
1 parent 0caea61 commit af2d767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/tests/test_vcelldb_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ async def test_fetch_biomodels_success(self):
4040
assert result["models_count"] == 9
4141
assert "273924831" in result["unique_model_keys (bmkey)"]
4242
assert "271989751" in result["unique_model_keys (bmkey)"]
43-
assert result["data"][0]["bmName"] == "MouseSpermCalcium"
4443

4544
async def test_fetch_simulation_details_success(self):
4645
"""Test successful simulation details fetching."""

0 commit comments

Comments
 (0)