Skip to content

Commit

Permalink
fix unconsistent path method
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Oct 28, 2020
1 parent a993bac commit 26471ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_slide.py
Expand Up @@ -447,8 +447,8 @@ def it_knows_its_biggest_tissue_box_mask(
request, "histolab.slide.regions_from_binary_mask"
)
regions_from_binary_mask.return_value = regions
biggest_regions_ = function_mock(
request, "histolab.slide.Slide._biggest_regions", autospec=False
biggest_regions_ = method_mock(
request, Slide, "_biggest_regions", autospec=False
)
biggest_regions_.return_value = regions
region_coordinates_ = function_mock(
Expand Down

0 comments on commit 26471ca

Please sign in to comment.