Skip to content

Commit

Permalink
fix fluffy fake data for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Aug 22, 2024
1 parent 2873983 commit 08ab3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestData.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TestAccounts = Object.fromEntries(

const DatasetDates = faker.date.betweens({
from: faker.date.recent({ days: 15 }).toISOString(),
to: faker.date.recent({ days: 10 }).toISOString(),
to: faker.date.soon({ days: 10 }).toISOString(),
count: 2,
});

Expand Down

0 comments on commit 08ab3e0

Please sign in to comment.