Skip to content

Commit

Permalink
Modified API vote dates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Jan 11, 2024
1 parent 25c10fe commit 5575a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api/vote.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const createElection = (census, electionType?, voteType?) => {
const election = Election.from({
title: 'SDK Testing - Title',
description: 'SDK Testing - Description',
startDate: new Date().getTime() + 12000,
endDate: new Date().getTime() + 24000,
startDate: new Date().getTime() + 24000,
endDate: new Date().getTime() + 36000,
census,
electionType: electionType ?? null,
voteType: voteType ?? null,
Expand Down

0 comments on commit 5575a63

Please sign in to comment.