chore: remove the print statements from the test case

lol
This commit is contained in:
Seymur Bagirov 2024-11-17 07:10:49 +04:00
parent 5988cd84ef
commit 59ce325374

View File

@ -171,10 +171,6 @@ mod tests {
.map(|x| x.t_type) .map(|x| x.t_type)
.collect(); .collect();
println!("actual: {:?}", actual_tokens);
println!("expected: {:?}", expected_tokens);
assert!(do_cols_match(&actual_tokens, &expected_tokens)); assert!(do_cols_match(&actual_tokens, &expected_tokens));
} }
} }