We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caea61 commit af2d767Copy full SHA for af2d767
backend/app/tests/test_vcelldb_service.py
@@ -40,7 +40,6 @@ async def test_fetch_biomodels_success(self):
40
assert result["models_count"] == 9
41
assert "273924831" in result["unique_model_keys (bmkey)"]
42
assert "271989751" in result["unique_model_keys (bmkey)"]
43
- assert result["data"][0]["bmName"] == "MouseSpermCalcium"
44
45
async def test_fetch_simulation_details_success(self):
46
"""Test successful simulation details fetching."""
0 commit comments