Skip to content

Commit 07340e7

Browse files
committed
Fix test
1 parent d5ed349 commit 07340e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-backend/tests/depmap/context_explorer/test_box_plot_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def set_up_node_and_context_objects(
184184
]
185185

186186
feature_id = (
187-
str(GeneFactory(entrez_id="entrez_id").entrez_id)
187+
str(GeneFactory(entrez_id=1234).entrez_id)
188188
if feature_type == "gene"
189189
else CompoundFactory(compound_id="compound_id").compound_id
190190
)

0 commit comments

Comments
 (0)