Skip to content

Commit a297f9d

Browse files
committed
flaky test fix
1 parent bf5a7ef commit a297f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('Types', () => {
178178
annotations: {
179179
audience: ['user'],
180180
priority: 0.5,
181-
lastModified: new Date().toISOString()
181+
lastModified: mockDate
182182
}
183183
};
184184

0 commit comments

Comments
 (0)