Skip to content

Commit

Permalink
Fixed an issue in importing
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Sep 29, 2024
1 parent 632dbee commit aa9a019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resolvers/projectResolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ArgumentValidationError } from 'type-graphql';
import {
createProjectData,
deleteProjectDirectlyFromDb,
generateEARoundNumber,
generateRandomEtheriumAddress,
generateTestAccessToken,
graphqlUrl,
Expand Down Expand Up @@ -1290,7 +1291,7 @@ function getProjectRoundRecordsTestCases() {
// Create Early Access Round (Assuming you have such an entity)
earlyAccessRoundId = (
await EarlyAccessRound.create({
roundNumber: generateQfRoundNumber(),
roundNumber: generateEARoundNumber(),
startDate: new Date('2024-09-01'),
endDate: new Date('2024-09-05'),
}).save()
Expand Down

0 comments on commit aa9a019

Please sign in to comment.