global: fixes

This commit is contained in:
nym21
2026-03-23 14:17:07 +01:00
parent d6def7643d
commit c53c6560fa
11 changed files with 38 additions and 39 deletions
+1 -1
View File
@@ -894,7 +894,7 @@ mod tests {
is_suffix_mode: true, has_outlier: true,
};
let mode = determine_pattern_mode(&[normal, outlier], &fields);
assert!(mode.is_none(), "Pattern with outlier instance should be non-parameterizable");
assert!(mode.is_some(), "Outlier should be filtered out, leaving a valid pattern from non-outlier instances");
}
#[test]