浏览代码

Rename one test for consistency with the others

Ian Goldberg 4 月之前
父节点
当前提交
e403812ad6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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");