Skip to content

Commit

Permalink
fix: incorrect test data
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 7, 2024
1 parent ead765d commit aa78b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/__tests__/dal/result.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function createDummyData(
_id: new ObjectId(),
wpm: i,
rawWpm: i,
charStats: [],
charStats: [0, 0, 0, 0],
acc: 0,
mode: "time",
mode2: "10" as never,
Expand Down

0 comments on commit aa78b46

Please sign in to comment.