Skip to content

Commit 96015a1

Browse files
committed
fix: renamed-test-function
1 parent 585e17f commit 96015a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/segments/test_segments_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ def test_segment_condition_matches_context_value_for_semver(
528528
),
529529
),
530530
)
531-
def test_context_matches_condition_evaluates_with_correct_casting(
531+
def test_context_matches_condition(
532532
context: EvaluationContext,
533533
condition: SegmentConditionModel,
534534
segment_key: str,

0 commit comments

Comments
 (0)