Skip to content

Commit ae043e0

Browse files
committed
Update AuthenticationAdapters.spec.js
1 parent 3e0f4dc commit ae043e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/AuthenticationAdapters.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ describe('Apple Game Center Auth adapter', () => {
18691869
);
18701870

18711871
const duration = new Date().getTime() - previous.getTime();
1872-
expect(duration).toEqual(0);
1872+
expect(duration <= 1).toBe(true);
18731873
});
18741874

18751875
it('adapter should throw', async () => {

0 commit comments

Comments
 (0)