Skip to content

Commit

Permalink
Update IL_202_segmentation_value_count_test.dart (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray authored Jul 2, 2024
1 parent 8041c92 commit 0c155fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void main() {
expect(view['segmentation'].length, MAX_SEGMENTATION_COUNT + 3);
} else if (a == 6) {
Map<String, dynamic> 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) {
Expand Down

0 comments on commit 0c155fd

Please sign in to comment.