Skip to content

Commit

Permalink
Match latest changes in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdentarikcan committed Dec 14, 2024
1 parent 43f64b3 commit 9acbce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/routes/bookmarked.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import {
viewCount: 50,
bookmarked: true,
selfVoted: 1,
difficulty: "MEDIUM",
selfDifficultyVote: "MEDIUM",
easyCount: 5,
mediumCount: 10,
Expand All @@ -56,6 +57,7 @@ import {
viewCount: 70,
bookmarked: true,
selfVoted: 0,
difficulty: "EASY",
selfDifficultyVote: "EASY",
easyCount: 8,
mediumCount: 6,
Expand Down

0 comments on commit 9acbce7

Please sign in to comment.