fix: covert totalRegistrationTime to snake case (#1302)

Description:
Convert totalRegistrationTime to snake case
VAN-1816

Co-authored-by: Ahtesham Quraish <ahtesham.quraish@192.168.1.4>
This commit is contained in:
Blue
2024-08-28 14:58:40 +05:00
committed by mubbsharanwar
parent efc07aac67
commit cd9b3bd084

View File

@@ -892,6 +892,7 @@ describe('RegistrationPage', () => {
country: 'PK',
social_auth_provider: 'Apple',
total_registration_time: 0,
app_name: APP_NAME,
}));
});
});