diff --git a/example/integration_test/sc-IL-internalLimits/IL_202_segmentation_value_count_test.dart b/example/integration_test/sc-IL-internalLimits/IL_202_segmentation_value_count_test.dart index 59099a02..c54fdff5 100644 --- a/example/integration_test/sc-IL-internalLimits/IL_202_segmentation_value_count_test.dart +++ b/example/integration_test/sc-IL-internalLimits/IL_202_segmentation_value_count_test.dart @@ -94,7 +94,7 @@ void main() { expect(view['segmentation'].length, MAX_SEGMENTATION_COUNT + 3); } else if (a == 6) { Map userDetails = json.decode(queryParams['user_details']![0]); - expect(userDetails['custom'].length, Platform.isAndroid ? MAX_SEGMENTATION_COUNT + 10 : MAX_SEGMENTATION_COUNT); + expect(userDetails['custom'].length, Platform.isAndroid ? 10 : MAX_SEGMENTATION_COUNT); // Android does not filter custom mods checkUnchangingUserPropeties(userDetails, null); if (Platform.isAndroid) {