Skip to content

Commit

Permalink
np
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Feb 23, 2024
1 parent b2cb295 commit 87962c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/integration_test/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Future<List<String>> getEventQueue() async {
/// Verify the common request queue parameters
void testCommonRequestParams(Map<String, List<String>> requestObject) {
expect(requestObject['app_key']?[0], APP_KEY);
expect(requestObject['sdk_name']?[0], "dart-flutterb-${Platform.isIOS ? "ios" : "android"}");
expect(requestObject['sdk_name']?[0], "dart-flutterbnp-${Platform.isIOS ? "ios" : "android"}");
expect(requestObject['sdk_version']?[0], '24.1.1');
expect(requestObject['av']?[0], Platform.isIOS ? '0.0.1' : '1.0.0');
assert(requestObject['timestamp']?[0] != null);
Expand Down

0 comments on commit 87962c5

Please sign in to comment.