We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173134e commit 0b1f335Copy full SHA for 0b1f335
1 file changed
packages/utils/src/lib/clock-epoch.unit.test.ts
@@ -9,7 +9,7 @@ describe('epochClock', () => {
9
it('should create epoch clock with defaults', () => {
10
const c = epochClock();
11
expect(c.timeOriginMs).toBe(500_000);
12
- expect(c.tid).toBeGreaterThan(0);
+ expect(c.tid).toBe(2);
13
expect(c.pid).toBe(10_001);
14
expect(typeof c.fromEpochMs).toBe('function');
15
expect(typeof c.fromEpochUs).toBe('function');
0 commit comments