Browse Source

Rename one test for consistency with the others

Ian Goldberg 4 months ago
parent
commit
e403812ad6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sigma_compiler_core/src/sigma/types.rs

+ 1 - 1
sigma_compiler_core/src/sigma/types.rs

@@ -270,7 +270,7 @@ mod tests {
     }
 
     #[test]
-    fn test_expr_type() {
+    fn expr_type_test() {
         let vars: VarDict = vardict_from_strs(&[("a", "S"), ("A", "pP"), ("v", "vS")]);
         check(&vars, parse_quote! {2}, "pS");
         check(&vars, parse_quote! {-4}, "pS");