Skip to content

Commit 7313fe5

Browse files
committed
Merge branch 'master' into pr/southball/1110
2 parents 09bbb0a + 7687f66 commit 7313fe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atcoder-problems-backend/sql-client/tests/test_rated_point_sum.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,17 @@ async fn setup_contest_problems(pool: &PgPool) {
118118
},
119119
ContestProblem {
120120
problem_id: "problem6".to_string(),
121+
problem_index: "6".to_string(),
121122
contest_id: SAME_CONTEST_RATED.to_string(),
122123
},
123124
ContestProblem {
124125
problem_id: "problem6".to_string(),
126+
problem_index: "6".to_string(),
125127
contest_id: SAME_CONTEST_UNRATED.to_string(),
126128
},
127129
ContestProblem {
128130
problem_id: "heuristic-problem".to_string(),
131+
problem_index: "1".to_string(),
129132
contest_id: HEURISTIC_CONTEST.to_string(),
130133
},
131134
];

0 commit comments

Comments
 (0)