Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed May 28, 2024
1 parent 8bebd34 commit b3b92bd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ describe("contributionsByTheme", () => {
"questionIndex": 1,
"slug": "contrib-1",
"theme": "A",
"title": "contrib"
"question": "contrib"
},
{
"questionIndex": 2,
"slug": "contrib-2",
"theme": "A",
"title": "contrib"
"question": "contrib"
}
],
"theme": "A"
Expand All @@ -42,7 +42,7 @@ describe("contributionsByTheme", () => {
"questionIndex": 1,
"slug": "contrib-1",
"theme": "B",
"title": "contrib"
"question": "contrib"
}
],
"theme": "B"
Expand All @@ -53,7 +53,7 @@ describe("contributionsByTheme", () => {
"questionIndex": 1,
"slug": "contrib-1",
"theme": "C",
"title": "contrib"
"question": "contrib"
}
],
"theme": "C"
Expand Down

0 comments on commit b3b92bd

Please sign in to comment.