We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09bbb0a + 7687f66 commit 7313fe5Copy full SHA for 7313fe5
atcoder-problems-backend/sql-client/tests/test_rated_point_sum.rs
@@ -118,14 +118,17 @@ async fn setup_contest_problems(pool: &PgPool) {
118
},
119
ContestProblem {
120
problem_id: "problem6".to_string(),
121
+ problem_index: "6".to_string(),
122
contest_id: SAME_CONTEST_RATED.to_string(),
123
124
125
126
127
contest_id: SAME_CONTEST_UNRATED.to_string(),
128
129
130
problem_id: "heuristic-problem".to_string(),
131
+ problem_index: "1".to_string(),
132
contest_id: HEURISTIC_CONTEST.to_string(),
133
134
];
0 commit comments