Skip to content

Commit 0665ebe

Browse files
committed
fix flaky test
1 parent 8d27021 commit 0665ebe

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)