Quellcode durchsuchen

Rename one test for consistency with the others

Ian Goldberg vor 8 Monaten
Ursprung
Commit
e403812ad6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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");