Skip to content

Commit eee675a

Browse files
Fixing small issue
1 parent 24294e6 commit eee675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/subject/episodes/datasets/investigation/endoscopy/polypcategories/test_diminutive_rectal_hyperplastic_polyp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_identify_diminutive_rectal_hyperplastic_polyp_from_histology_a(
8686
"""
8787
This test identifies a diminutive rectal hyperplastic polyp from histology results. (BCSS-4659 - A)
8888
"""
89-
df = get_subject_with_investigation_dataset_ready
89+
df = get_subject_with_investigation_dataset_ready()
9090
nhs_no = df.iloc[0]["subject_nhs_number"]
9191
logging.info(f"NHS Number: {nhs_no}")
9292

0 commit comments

Comments
 (0)