mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
test: fix time spec breaking circle CI (#6443)
This commit is contained in:
@@ -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'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user