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/tests/integration_tests.rs b/tests/integration_tests.rs index 9d9ba92..895f988 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -345,7 +345,7 @@ fn test_full_free_skate_program_parsing_and_scoring() { ); // Calculate total base value - let total_base: f64 = elements.iter().map(|e| scorer::base_value(e)).sum(); + let total_base: f64 = elements.iter().map(scorer::base_value).sum(); // Expected: 3Lz+3T(10.10) + 3F(5.30) + CCoSp4(3.50) + StSq3(3.30) + // 3Lo(4.90) + 2A+2T(4.60) + 3S(4.30) + FSSp3(2.50) + // 2A(3.30) + 3Lz+2T+2Lo(9.70) + CoSp4(3.00) + ChSq1(3.00)