Skip to content

Commit

Permalink
typo修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hotate29 committed Feb 24, 2023
1 parent ed203cc commit d3c53af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async fn setup_contests(pool: &PgPool) {
}

#[sqlx::test]
async fn test_problem_info_aggrefator(pool: PgPool) {
async fn test_problem_info_aggregator(pool: PgPool) {
let ignored_submission = vec![Submission {
id: 0,
problem_id: "problem1".to_owned(),
Expand Down

0 comments on commit d3c53af

Please sign in to comment.