test: fix time spec breaking circle CI (#6443)

This commit is contained in:
Shivam Mishra 2023-02-13 18:35:09 +05:30 committed by GitHub
parent 5cbfcfbfa0
commit ba69f4cd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ describe('#messageStamp', () => {
describe('#dynamicTime', () => {
it('returns correct value', () => {
expect(TimeMixin.methods.dynamicTime(1612971343)).toEqual(
'almost 2 years ago'
'about 2 years ago'
);
});
});