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.
1 parent d5e9b92 commit a363d70Copy full SHA for a363d70
atcoder-problems-backend/sql-client/tests/test_problems_submissions.rs
@@ -51,7 +51,7 @@ async fn setup_contests(pool: &PgPool) {
51
}
52
53
#[sqlx::test]
54
-async fn test_problem_info_aggrefator(pool: PgPool) {
+async fn test_problem_info_aggregator(pool: PgPool) {
55
let ignored_submission = vec![Submission {
56
id: 0,
57
problem_id: "problem1".to_owned(),
0 commit comments