Skip to content

Commit a363d70

Browse files
committed
typo修正
1 parent d5e9b92 commit a363d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async fn setup_contests(pool: &PgPool) {
5151
}
5252

5353
#[sqlx::test]
54-
async fn test_problem_info_aggrefator(pool: PgPool) {
54+
async fn test_problem_info_aggregator(pool: PgPool) {
5555
let ignored_submission = vec![Submission {
5656
id: 0,
5757
problem_id: "problem1".to_owned(),

0 commit comments

Comments
 (0)