Skip to content

Commit 0b1f335

Browse files
authored
Update clock-epoch.unit.test.ts
1 parent 173134e commit 0b1f335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/clock-epoch.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('epochClock', () => {
99
it('should create epoch clock with defaults', () => {
1010
const c = epochClock();
1111
expect(c.timeOriginMs).toBe(500_000);
12-
expect(c.tid).toBeGreaterThan(0);
12+
expect(c.tid).toBe(2);
1313
expect(c.pid).toBe(10_001);
1414
expect(typeof c.fromEpochMs).toBe('function');
1515
expect(typeof c.fromEpochUs).toBe('function');

0 commit comments

Comments
 (0)