diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index c60e60a..b1b86c6 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -14,4 +14,4 @@ permissions: jobs: rust-ci: - uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@8dc2bf039d1ff0372d650895c46bea7fbaec68ff diff --git a/src/codegen/accessibility.rs b/src/codegen/accessibility.rs index 668bf98..970192c 100644 --- a/src/codegen/accessibility.rs +++ b/src/codegen/accessibility.rs @@ -356,7 +356,8 @@ mod tests { criterion: "1.1.1".to_string(), }]; - let report = generate_accessibility_report(&manifest, &violations).expect("TODO: handle error"); + let report = + generate_accessibility_report(&manifest, &violations).expect("TODO: handle error"); assert!(!report.passes); // should fail due to error-level violation assert_eq!(report.accessibility_violations_count, 1); } diff --git a/src/codegen/i18n.rs b/src/codegen/i18n.rs index ad95f74..16af46b 100644 --- a/src/codegen/i18n.rs +++ b/src/codegen/i18n.rs @@ -337,7 +337,8 @@ mod tests { context: None, }]; - let files = generate_locale_files(&manifest, &strings, output_dir).expect("TODO: handle error"); + let files = + generate_locale_files(&manifest, &strings, output_dir).expect("TODO: handle error"); assert_eq!(files.len(), 2); // en-GB + fr-FR // Check that the default locale file has the value.