Skip to content

Commit be07e8a

Browse files
committed
Remove comment
1 parent 0be046c commit be07e8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dsc_lib/src/functions/substring.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ mod tests {
193193
assert!(result.is_err());
194194
}
195195

196-
// Type validation tests are removed as they are now handled at the system level
197-
// The system automatically rejects invalid argument types based on accepted_arg_ordered_types
198-
199196
#[test]
200197
fn substring_empty_string() {
201198
let mut parser = Statement::new().unwrap();

0 commit comments

Comments
 (0)