Skip to content

Commit f4da051

Browse files
fix: remove typo
Co-authored-by: Matthew Elwell <[email protected]>
1 parent 06170b3 commit f4da051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flagsmith/flagengine/unit/segments/SegmentEvaluatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void testIdentityInSegmentPercentageSplitUsesDjangoId(Integer djangoId, S
136136
segment.setRules(new ArrayList<>(Arrays.asList(segmentRule)));
137137

138138
// When
139-
// We evaluat~e whether the identity is in the segment
139+
// We evaluate whether the identity is in the segment
140140
Boolean result = SegmentEvaluator.evaluateIdentityInSegment(identityModel, segment, null);
141141

142142
// Then

0 commit comments

Comments
 (0)