Browse Source

utils: fix typo

Lennart Braun 1 year ago
parent
commit
3498f92cde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/src/field.rs

+ 1 - 1
utils/src/field.rs

@@ -249,7 +249,7 @@ mod tests {
     use super::*;
 
     #[test]
-    fn test_lagrange_symbol() {
+    fn test_legendre_symbol() {
         const INPUTS: [u128; 20] = [
             0,
             1,