Skip to content

Commit

Permalink
Make sure tests won't flake.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Sep 17, 2024
1 parent f102d8d commit f636b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('vault-controller#V4', () => {
const currentBlockHeight: string = '7';
const twoHourBlockHeight: string = '5';
const twoDayBlockHeight: string = '3';
const currentTime: DateTime = DateTime.utc();
const currentTime: DateTime = DateTime.utc().startOf('day').minus({ hour: 5 });
const twoHoursAgo: DateTime = currentTime.minus({ hour: 2 });
const twoDaysAgo: DateTime = currentTime.minus({ day: 2 });
const initialFundingIndex: string = '10000';
Expand Down

0 comments on commit f636b7b

Please sign in to comment.