Skip to content

Commit

Permalink
removed window
Browse files Browse the repository at this point in the history
  • Loading branch information
Achita committed Nov 29, 2024
1 parent 23ea189 commit 67691e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_detect_target_contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def detector() -> detect_target_contour.DetectTargetContour: # type: ignore
"""
Construct DetectTargetContour.
"""
detection = detect_target_contour.DetectTargetContour(True)
detection = detect_target_contour.DetectTargetContour(False)
yield detection # type: ignore


Expand Down

0 comments on commit 67691e0

Please sign in to comment.