Hello. I granted my Google account a promotional entitlement from the RevCat console for testing in my app during development (running in an emulator). I canceled it 7 days ago, but RevCat is still returning the promotional entitlement as Active. (I have run the app countless times over the past week.)
This is what the dashboard shows for my user:

And this is what RevCat is showing when the app runs:


The Flutter code pulling in the above data is simply:
customerInfo = await Purchases.getCustomerInfo();
Can someone explain why this is happening, and how I can ensure that my app is pulling in the correct entitlement data?
Thank you.