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 d5ed349 commit 07340e7Copy full SHA for 07340e7
portal-backend/tests/depmap/context_explorer/test_box_plot_utils.py
@@ -184,7 +184,7 @@ def set_up_node_and_context_objects(
184
]
185
186
feature_id = (
187
- str(GeneFactory(entrez_id="entrez_id").entrez_id)
+ str(GeneFactory(entrez_id=1234).entrez_id)
188
if feature_type == "gene"
189
else CompoundFactory(compound_id="compound_id").compound_id
190
)
0 commit comments