From 0c155fd7ba3b926c0655bf70a104a0a02edafd1b Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray <57103426+arifBurakDemiray@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:23:14 +0300 Subject: [PATCH] Update IL_202_segmentation_value_count_test.dart (#243) --- .../IL_202_segmentation_value_count_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {