mparticle-integrations / mparticle-javascript-integration-appboy

⛔️ DEPRECATED - Appboy integration for the mParticle Web SDK
0 stars 6 forks source link

fix: update failing tests #49

Closed rmi22186 closed 2 years ago

rmi22186 commented 2 years ago

Summary

We support $Age as a reserved attribute for Braze. However, since Braze's API expects a year from us, this test will break every year, since setting the age =10 in 2021 will mean the user is born in 2011, but setting it in 2022 means the year is 2012.

alexs-mparticle commented 2 years ago

@rmi22186 Do we need to write out any tests that are specific to this issue with $Age?